|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <LuaEngine.h>
Static Public Member Functions | |
| static T * | check (lua_State *L, int narg) |
| static int | gcT (lua_State *L) |
| static int | index (lua_State *L) |
| static int | push (lua_State *L, T const *obj, bool gc=false) |
| static void | Register (lua_State *L) |
| static int | thunk (lua_State *L) |
| static void | tostring (char *buff, void const *obj) |
| static int | tostringT (lua_State *L) |
| static int | type (lua_State *L) |
Definition at line 35 of file LuaEngine.h.
|
inlinestatic |
Definition at line 116 of file LuaEngine.h.
Referenced by Eluna::CHECK_ITEM(), Eluna::CHECK_OBJECT(), Eluna::CHECK_PACKET(), Eluna::CHECK_QUEST(), Eluna::CHECK_SPELL(), Eluna::CHECK_VEHICLE(), Eluna::CHECK_WORLDOBJECT(), gcT(), and thunk().
|
inlinestatic |
Definition at line 134 of file LuaEngine.h.
References check(), and tostring().
Referenced by Register().
|
inlinestatic |
Definition at line 164 of file LuaEngine.h.
References GetTName().
|
inlinestatic |
Definition at line 76 of file LuaEngine.h.
References GetTName(), and tostring().
Referenced by Eluna::Push(), Eluna::Push(), Eluna::Push(), and Eluna::Push().
|
inlinestatic |
Definition at line 44 of file LuaEngine.h.
References gcT(), GetTName(), and tostringT().
Referenced by RegisterFunctions().
|
inlinestatic |
Definition at line 124 of file LuaEngine.h.
References check(), and ElunaRegister< T >::mfunc.
Referenced by SetMethods().
|
inlinestatic |
Definition at line 159 of file LuaEngine.h.
|
inlinestatic |
|
inlinestatic |