From bb0204a530c1f1342d1816ef242123697d036e83 Mon Sep 17 00:00:00 2001 From: Patman64 Date: Sun, 21 Dec 2014 22:06:30 -0500 Subject: [PATCH] Improve description of Creatures in documentation. --- CreatureMethods.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CreatureMethods.h b/CreatureMethods.h index dd2f76c..36fc42d 100644 --- a/CreatureMethods.h +++ b/CreatureMethods.h @@ -8,9 +8,9 @@ #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 {