Add DyeArmorBySlot(slot, red, green, blue, use_tint) to Perl/Lua.

This commit is contained in:
Alex
2020-06-29 20:54:48 -04:00
parent f32126faac
commit eed1fd8a43
5 changed files with 60 additions and 0 deletions
+2
View File
@@ -42,6 +42,8 @@ public:
void SendToGuildHall();
bool GetAnon();
void Duck();
void DyeArmorBySlot(uint8 slot, uint8 red, uint8 green, uint8 blue);
void DyeArmorBySlot(uint8 slot, uint8 red, uint8 green, uint8 blue, uint8 use_tint);
void Stand();
void SetGM(bool v);
void SetPVP(bool v);