Luau๏
Experimental: This class may be changed or removed in future versions.
Inherits: Object
Static Luau compiler utilities.
Description๏
Provides compile() for Luau source to bytecode conversion.
Methods๏
clock() static |
|
compile(source_code: String, options: LuaCompileOptions) static |
|
upvalue_index(upvalue: int) static |
Constants๏
LUA_MULTRET = -1 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_REGISTRYINDEX = -10000 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_ENVIRONINDEX = -10001 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_GLOBALSINDEX = -10002 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_OK = 0 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_YIELD = 1 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_ERRRUN = 2 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_ERRSYNTAX = 3 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_ERRMEM = 4 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_ERRERR = 5 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_BREAK = 6 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_CORUN = 0 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_COSUS = 1 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_CONOR = 2 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_COFIN = 3 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_COERR = 4 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TNONE = -1 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TNIL = 0 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TBOOLEAN = 1 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TLIGHTUSERDATA = 2 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TNUMBER = 3 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TVECTOR = 4 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TSTRING = 5 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TTABLE = 6 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TFUNCTION = 7 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TUSERDATA = 8 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TTHREAD = 9 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TBUFFER = 10 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TPROTO = 11 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TUPVAL = 12 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_TDEADKEY = 13 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_NOREF = -1 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_REFNIL = 0 ๐
There is currently no description for this constant. Please help us by contributing one!
LUA_NOTAG = -1 ๐
There is currently no description for this constant. Please help us by contributing one!
Method Descriptions๏
There is currently no description for this method. Please help us by contributing one!
PackedByteArray compile(source_code: String, options: LuaCompileOptions) static ๐
There is currently no description for this method. Please help us by contributing one!
bool is_pseudo(index: int) static ๐
There is currently no description for this method. Please help us by contributing one!
int upvalue_index(upvalue: int) static ๐
There is currently no description for this method. Please help us by contributing one!