add: isPlayerCrawling function
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#include "Helpers.hpp"
|
||||
|
||||
//define functions the same as in misc.hpp/cpp
|
||||
//define functions the same as in misc.hpp/cpp
|
||||
bool Helpers::isPlayerCrawling() {
|
||||
return Players::LocalPlayer->GetComponent("NolanBehaviour")->CallMethod<bool*>("IsCrawling");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user