![]() |
Pioneer
|
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) |
| bool LuaConstants::CheckConstant | ( | lua_State * | l, |
| const char * | ns, | ||
| const char * | name, | ||
| int * | out | ||
| ) |

| bool LuaConstants::CheckConstantFromArg | ( | lua_State * | m, |
| const char * | ns, | ||
| int | idx, | ||
| int * | out | ||
| ) |

| int LuaConstants::GetConstant | ( | lua_State * | l, |
| const char * | ns, | ||
| const char * | name | ||
| ) |

| int LuaConstants::GetConstantFromArg | ( | lua_State * | l, |
| const char * | ns, | ||
| int | idx | ||
| ) |

| void LuaConstants::Register | ( | lua_State * | l | ) |