|
| void | lua_register_anims (const lua_register_state *pState) |
| |
| void | lua_register_gfx (const lua_register_state *pState) |
| |
| void | lua_register_map (const lua_register_state *pState) |
| |
| void | lua_register_sound (const lua_register_state *pState) |
| |
| void | lua_register_movie (const lua_register_state *pState) |
| |
| void | lua_register_strings (const lua_register_state *pState) |
| |
| void | lua_register_ui (const lua_register_state *pState) |
| |
| void | lua_register_lfs_ext (const lua_register_state *pState) |
| |
| void | lua_register_iso_fs (const lua_register_state *pState) |
| |
| void | lua_register_midi (const lua_register_state *pState) |
| |
| void | luaT_setenvfield (lua_State *L, int index, const char *k) |
| | Set a field on the environment table of an object.
|
| |
| void | luaT_getenvfield (lua_State *L, int index, const char *k) |
| | Get a field from the environment table of an object.
|
| |
| void | luaT_pushcclosuretable (lua_State *L, lua_CFunction fn, int n) |
| | Push a C closure as a callable table.
|
| |
| const uint8_t * | luaT_checkfile (lua_State *L, int idx, size_t *pDataLen) |
| | Check for a string or userdata.
|
| |
| void | luaT_setclosure (const lua_register_state *pState, lua_CFunction fn, int iUps) |
| |
| int | luaopen_th (lua_State *L) |
| |
| void | luaT_execute_loadstring (lua_State *L, const char *sLuaString) |
| |
| void | luaT_execute (lua_State *L, const char *sLuaString) |
| |
| void | preload_lua_package (lua_State *L, const char *name, lua_CFunction fn) |
| |
| void | luaT_push (lua_State *L, lua_CFunction f) |
| |
| void | luaT_push (lua_State *L, int i) |
| |
| void | luaT_push (lua_State *L, const char *s) |
| |
| void | luaT_pushtablebool (lua_State *L, const char *k, bool v) |
| |
| void | luaT_printvalue (lua_State *L, int idx) |
| |
| void | luaT_printstack (lua_State *L) |
| |
| void | luaT_printrawtable (lua_State *L, int idx) |
| |