Pioneer
Loading...
Searching...
No Matches
Functions
LuaConstants Namespace Reference

Functions

void Register (lua_State *l)
 
int GetConstantFromArg (lua_State *l, const char *ns, int idx)
 
int GetConstant (lua_State *l, const char *ns, const char *name)
 
bool CheckConstant (lua_State *l, const char *ns, const char *name, int *out)
 
bool CheckConstantFromArg (lua_State *m, const char *ns, int idx, int *out)
 

Function Documentation

◆ CheckConstant()

bool LuaConstants::CheckConstant ( lua_State *  l,
const char *  ns,
const char *  name,
int *  out 
)
Here is the call graph for this function:

◆ CheckConstantFromArg()

bool LuaConstants::CheckConstantFromArg ( lua_State *  m,
const char *  ns,
int  idx,
int *  out 
)
Here is the call graph for this function:

◆ GetConstant()

int LuaConstants::GetConstant ( lua_State *  l,
const char *  ns,
const char *  name 
)
Here is the call graph for this function:

◆ GetConstantFromArg()

int LuaConstants::GetConstantFromArg ( lua_State *  l,
const char *  ns,
int  idx 
)
Here is the call graph for this function:

◆ Register()

void LuaConstants::Register ( lua_State *  l)