Table of Contents

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

int

LUA_ENVIRONINDEX

public const int LUA_ENVIRONINDEX = -10001

Field Value

int

LUA_GLOBALSINDEX

public const int LUA_GLOBALSINDEX = -10002

Field Value

int

LUA_MULTRET

public const int LUA_MULTRET = -1

Field Value

int

LUA_REGISTRYINDEX

public const int LUA_REGISTRYINDEX = -10000

Field Value

int