You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
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