rise6-types
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

rise6-types

TypeScript typings of the Rise 6 Scripting API.

Getting Started

  • Create a new folder for your script

  • Run npm init -y to create a new package.json file

  • Run npm i rise6-types to install the typings

  • Import the package in your script, like this:

    // Add the namespaces you need
    var { rise } = require("rise6-types");
  • And there you go! You now have complete intellisense of the Rise 6 Scripting API in your code.

    Warning Remember to remove or comment the package import when you're done coding the script, otherwise Rise fails to load it.

Roadmap

  • [ ] Add typings of the events.

Contributing

If you find any errors or missing typings, feel free to open an issue or a pull request.

Credits

  • LukeIsHereToDevelop (.lukebtw on Discord) for the TypeScript typings.
  • Rise 6 developers for the Rise 6 Scripting API.

Readme

Keywords

Package Sidebar

Install

npm i rise6-types

Weekly Downloads

0

Version

1.1.2

License

GPL-3.0-or-later

Unpacked Size

151 kB

Total Files

10

Last publish

Collaborators

  • lukeisheretodevelop