From 40160ac9f8da1a25ae848e3cabd4fe9fe62cc534 Mon Sep 17 00:00:00 2001 From: Easelm Date: Sat, 9 Aug 2014 17:59:14 -0400 Subject: [PATCH] Corrected Corpse Documented types on a couple comments. --- CorpseMethods.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CorpseMethods.h b/CorpseMethods.h index db1ff37..8206c7b 100644 --- a/CorpseMethods.h +++ b/CorpseMethods.h @@ -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 * }; * * - * @return CorpseType corpseType + * @return uint8 corpseType */ int GetType(lua_State* L, Corpse* corpse) {