1.5.0-3 • Published 2 years ago

rmmz-types v1.5.0-3

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

RMMZ Types

TypeScript declarations for RPG Maker MZ (RMMZ).

Docs

Installation

Install this package by

$ npm install rmmz@npm:rmmz-types
# or just
$ npm install rmmz-types

Usage

Everything is exported at top level of the installed rmmz (or rmmz-types) module.

import { Window, $dataActors } from "rmmz"
import { DataCommand, Game_Interpreter } from "rmmz-types"

Set rmmz as an external module in your project. And you might need to set module rmmz as global varible window in your favorite bundler (Rollup, Esbuild, etc.).

License

MIT License.

Note that using this package does not give you access to RPG Maker MZ, which is a copyrighted project.