Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
LuaCorpse Namespace Reference

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)

Function Documentation

◆ DeleteBonesFromWorld()

int LuaCorpse::DeleteBonesFromWorld ( lua_State * L,
Corpse * corpse )

◆ GetGhostTime()

int LuaCorpse::GetGhostTime ( lua_State * L,
Corpse * corpse )

Definition at line 18 of file CorpseMethods.cpp.

References Corpse::GetGhostTime(), and sEluna.

◆ GetOwnerGUID()

int LuaCorpse::GetOwnerGUID ( lua_State * L,
Corpse * corpse )

Definition at line 12 of file CorpseMethods.cpp.

References Corpse::GetOwnerGUID(), and sEluna.

◆ GetType()

int LuaCorpse::GetType ( lua_State * L,
Corpse * corpse )

Definition at line 24 of file CorpseMethods.cpp.

References Corpse::GetType(), and sEluna.

◆ ResetGhostTime()

int LuaCorpse::ResetGhostTime ( lua_State * L,
Corpse * corpse )

Definition at line 30 of file CorpseMethods.cpp.

References Corpse::ResetGhostTime().

◆ SaveToDB()

int LuaCorpse::SaveToDB ( lua_State * L,
Corpse * corpse )

Definition at line 36 of file CorpseMethods.cpp.

References Corpse::SaveToDB().