1.5.0-3 • Published 3 years ago
rmmz-types v1.5.0-3
RMMZ Types
TypeScript declarations for RPG Maker MZ (RMMZ).
Installation
Install this package by
$ npm install rmmz@npm:rmmz-types
# or just
$ npm install rmmz-typesUsage
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
Note that using this package does not give you access to RPG Maker MZ, which is a copyrighted project.