Identified object size and solidtype as flags. Exported them as functions to Perl.

This commit is contained in:
SecretsOTheP
2014-11-14 18:22:06 -05:00
parent e02e6099aa
commit 51b6db977f
4 changed files with 148 additions and 0 deletions
+4
View File
@@ -157,6 +157,10 @@ public:
void SetZ(float pos);
void SetModelName(const char* modelname);
const char* GetModelName();
uint16 GetSize();
void SetSize(uint16 size);
uint16 GetSolidType();
void SetSolidType(uint16 size);
const char* GetEntityVariable(const char *id);
void SetEntityVariable(const char *id, const char *m_var);