diff options
author | madmaxoft <github@xoft.cz> | 2013-10-25 10:41:19 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-25 10:41:19 +0200 |
commit | 86bec4c57c72bb2d58c6dd91a447987f45cc7b32 (patch) | |
tree | 98276f215b2b5bb9cf2f5a7847dcaf93fe73b49c | |
parent | APIDump: Documented cMonster. (diff) | |
download | cuberite-86bec4c57c72bb2d58c6dd91a447987f45cc7b32.tar cuberite-86bec4c57c72bb2d58c6dd91a447987f45cc7b32.tar.gz cuberite-86bec4c57c72bb2d58c6dd91a447987f45cc7b32.tar.bz2 cuberite-86bec4c57c72bb2d58c6dd91a447987f45cc7b32.tar.lz cuberite-86bec4c57c72bb2d58c6dd91a447987f45cc7b32.tar.xz cuberite-86bec4c57c72bb2d58c6dd91a447987f45cc7b32.tar.zst cuberite-86bec4c57c72bb2d58c6dd91a447987f45cc7b32.zip |
-rw-r--r-- | source/Mobs/Monster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Mobs/Monster.h b/source/Mobs/Monster.h index 39fa716ed..a0002bf4f 100644 --- a/source/Mobs/Monster.h +++ b/source/Mobs/Monster.h @@ -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 |