mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Add Anon/AFK methods to Perl and Lua.
This commit is contained in:
+4
-1
@@ -41,7 +41,10 @@ public:
|
||||
bool IsLD();
|
||||
void WorldKick();
|
||||
void SendToGuildHall();
|
||||
bool GetAnon();
|
||||
int GetAnon();
|
||||
void SetAnon(uint8 anon_flag);
|
||||
int GetAFK();
|
||||
void SetAFK(uint8 afk_flag);
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user