1
0
Fork 0

cMonster: Improved doxycomments.

This commit is contained in:
madmaxoft 2013-10-25 10:41:19 +02:00
parent c875b88758
commit 86bec4c57c
1 changed files with 2 additions and 2 deletions

View File

@ -137,10 +137,10 @@ public:
// tolua_begin
/// Translates MobType enum to a string
/// Translates MobType enum to a string, empty string if unknown
static AString MobTypeToString(eType a_MobType);
/// Translates MobType string to the enum
/// Translates MobType string to the enum, mtInvalidType if not recognized
static eType StringToMobType(const AString & a_MobTypeName);
/// Returns the mob family based on the type