Class LuaConstants
- Namespace
- LuauInterop.Native
- Assembly
- LuauInterop.Native.dll
Static class containing constants used in the Luau C API.
public static class LuaConstants
- Inheritance
-
LuaConstants
- Inherited Members
Fields
LUAI_MAXCSTACK
public const int LUAI_MAXCSTACK = 8000
Field Value
LUA_ENVIRONINDEX
public const int LUA_ENVIRONINDEX = -10001
Field Value
LUA_GLOBALSINDEX
public const int LUA_GLOBALSINDEX = -10002
Field Value
LUA_MULTRET
public const int LUA_MULTRET = -1
Field Value
LUA_REGISTRYINDEX
public const int LUA_REGISTRYINDEX = -10000