More lua work - more mob implementation

This commit is contained in:
KimLS
2013-05-11 20:34:04 -07:00
parent 60c93595f5
commit 7648f071f1
5 changed files with 1000 additions and 94 deletions
+1
View File
@@ -24,6 +24,7 @@ public:
Lua_Entity(Entity *d) : d_(d) { }
virtual ~Lua_Entity() { }
bool NullPtr();
bool IsClient();
bool IsNPC();
bool IsMob();