Lua doors api

This commit is contained in:
KimLS
2013-06-03 00:08:41 -07:00
parent ff091e940c
commit bc82bff4b4
16 changed files with 207 additions and 72 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ public:
void SetZ(float in);
void SetHeading(float in);
void SetIncline(int in);
void SetDoorName(char* name);
void SetDoorName(const char* name);
void SetOpenType(uint8 in);
void SetLocation(float x, float y, float z);
void SetSize(uint16 size);