Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

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