RocketRogue Lua API
Getting started
To get started, create a new Lua script in your script folder, then read about how to interact with Rocket League using our RL SDK or the LuaJIT ffi library. When you're ready to share your script, publish it to our Lua workshop to reach the RocketRogue community.
Tags
The Lua API reference makes extensive use of labels to describe each member.
| Tag | Purpose |
|---|---|
| function | Functions invoked with a period (.) |
| method | Methods invoked with a colon (:) |
| field | Properties accessed with a period (.) |
| event | Events callbacks or Unreal events |
| const | Unreal constants |
| enum | Unreal enums |
| read only | Read only properties |