Skip to content

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

Clone this wiki locally