mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
LUA/PERL - IsStanding() and IsCrouching() - Returns as bools
This commit is contained in:
@@ -148,7 +148,9 @@ public:
|
||||
void UntrainDisc(int slot, bool update_client);
|
||||
void UntrainDiscAll();
|
||||
void UntrainDiscAll(bool update_client);
|
||||
bool IsStanding();
|
||||
bool IsSitting();
|
||||
bool IsCrouching();
|
||||
void SetFeigned(bool v);
|
||||
bool GetFeigned();
|
||||
bool AutoSplitEnabled();
|
||||
|
||||
Reference in New Issue
Block a user