-
Notifications
You must be signed in to change notification settings - Fork 59
Lua Reference
nebulazorua edited this page Dec 10, 2021
·
7 revisions
Andromeda's Lua API works with 'objects', similar to lua systems like Roblox. Most global variables have a class and properties associated with it. You can find the individual objects in pages
Properties are set like object.property = value
Methods are called like object:method(arg1,arg2,...)
There are also some global functions and variables
TODO: list them