|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Functions | |
| int | DeleteBonesFromWorld (lua_State *L, Corpse *corpse) |
| int | GetGhostTime (lua_State *L, Corpse *corpse) |
| int | GetOwnerGUID (lua_State *L, Corpse *corpse) |
| int | GetType (lua_State *L, Corpse *corpse) |
| int | ResetGhostTime (lua_State *L, Corpse *corpse) |
| int | SaveToDB (lua_State *L, Corpse *corpse) |
| int LuaCorpse::DeleteBonesFromWorld | ( | lua_State * | L, |
| Corpse * | corpse ) |
| int LuaCorpse::GetGhostTime | ( | lua_State * | L, |
| Corpse * | corpse ) |
Definition at line 18 of file CorpseMethods.cpp.
References Corpse::GetGhostTime(), and sEluna.
| int LuaCorpse::GetOwnerGUID | ( | lua_State * | L, |
| Corpse * | corpse ) |
Definition at line 12 of file CorpseMethods.cpp.
References Corpse::GetOwnerGUID(), and sEluna.
| int LuaCorpse::GetType | ( | lua_State * | L, |
| Corpse * | corpse ) |
Definition at line 24 of file CorpseMethods.cpp.
References Corpse::GetType(), and sEluna.
| int LuaCorpse::ResetGhostTime | ( | lua_State * | L, |
| Corpse * | corpse ) |
Definition at line 30 of file CorpseMethods.cpp.
References Corpse::ResetGhostTime().
| int LuaCorpse::SaveToDB | ( | lua_State * | L, |
| Corpse * | corpse ) |
Definition at line 36 of file CorpseMethods.cpp.
References Corpse::SaveToDB().