1.1.2 • Published 8 months ago

rise6-types v1.1.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
8 months ago

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.
1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

9 months ago

1.0.0

9 months ago