mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Corrected Corpse Documented types on a couple comments.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace LuaCorpse
|
|||||||
/**
|
/**
|
||||||
* Returns the ghost time of a &Corpse.
|
* Returns the ghost time of a &Corpse.
|
||||||
*
|
*
|
||||||
* @return time_t ghostTime
|
* @return uint32 ghostTime
|
||||||
*/
|
*/
|
||||||
int GetGhostTime(lua_State* L, Corpse* corpse)
|
int GetGhostTime(lua_State* L, Corpse* corpse)
|
||||||
{
|
{
|
||||||
@@ -47,7 +47,7 @@ namespace LuaCorpse
|
|||||||
* };
|
* };
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @return CorpseType corpseType
|
* @return uint8 corpseType
|
||||||
*/
|
*/
|
||||||
int GetType(lua_State* L, Corpse* corpse)
|
int GetType(lua_State* L, Corpse* corpse)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user