Corrected Corpse Documented types on a couple comments.

This commit is contained in:
Easelm
2014-08-09 17:59:14 -04:00
parent af9bdac9d4
commit 40160ac9f8

View File

@@ -27,7 +27,7 @@ namespace LuaCorpse
/**
* Returns the ghost time of a &Corpse.
*
* @return time_t ghostTime
* @return uint32 ghostTime
*/
int GetGhostTime(lua_State* L, Corpse* corpse)
{
@@ -47,7 +47,7 @@ namespace LuaCorpse
* };
* </pre>
*
* @return CorpseType corpseType
* @return uint8 corpseType
*/
int GetType(lua_State* L, Corpse* corpse)
{