rise6-types
v1.1.2
Published
Typings of the Rise 6 Scripting API
Maintainers
Readme
rise6-types
TypeScript typings of the Rise 6 Scripting API.
Getting Started
Create a new folder for your script
Run
npm init -yto create a newpackage.jsonfileRun
npm i rise6-typesto install the typingsImport 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.
