Improve description of Creatures in documentation.

This commit is contained in:
Patman64
2014-12-21 22:06:30 -05:00
parent 04c2d3edf1
commit bb0204a530

View File

@@ -8,9 +8,9 @@
#define CREATUREMETHODS_H #define CREATUREMETHODS_H
/*** /***
* Non-[Player] controlled [Unit]s. * Non-[Player] controlled [Unit]s (i.e. NPCs).
* *
* Inherits [Object], [WorldObject], [Unit] * Inherits all [Object], [WorldObject], and [Unit] methods.
*/ */
namespace LuaCreature namespace LuaCreature
{ {