SetDestructibleObject exported to lua

This commit is contained in:
KimLS
2014-02-22 15:04:01 -08:00
parent e09adbd13d
commit 476dc6e783
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -342,6 +342,7 @@ public:
void ProcessSpecialAbilities(std::string str);
void SetAppearance(int app);
void SetAppearance(int app, bool ignore_self);
void SetDestructibleObject(bool set);
};
#endif