More texture / ornamentation work - export SetPrimaryWeaponOrnamentation and SetSecondaryWeaponOrnamentation to Perl / Lua

This commit is contained in:
Akkadius
2019-01-01 04:22:31 -06:00
parent 7a56ffc380
commit df68ad6358
9 changed files with 398 additions and 279 deletions
+4
View File
@@ -309,6 +309,10 @@ public:
void DisableAreaEndRegen();
void EnableAreaRegens(int value);
void DisableAreaRegens();
void SetPrimaryWeaponOrnamentation(uint32 model_id);
void SetSecondaryWeaponOrnamentation(uint32 model_id);
};
#endif