LUA/PERL - IsStanding() and IsCrouching() - Returns as bools

This commit is contained in:
Trust
2019-06-08 04:48:06 +00:00
parent 2690e4de4d
commit d23a6e646e
4 changed files with 70 additions and 0 deletions
+2
View File
@@ -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();