Files
DevourClient/lib/public/ClientHelper.h
Jadis0x c99f820fa6 crashing issues fixed
Fixed random crashes occurring while ESP is active. Tested extensively on several maps without crash reports. I believe the issue is resolved
2024-06-28 19:12:21 +03:00

17 lines
445 B
C++

#pragma once
bool IsSinglePlayer();
bool IsOnline();
bool IsHost();
app::Survival* GetSurvivalObject();
app::OptionsHelpers* GetOptionsHelpersObject();
bool IsLocalPlayer(app::NolanBehaviour* player);
bool IsPlayerCrawling();
bool IsPlayerCrawling(app::GameObject* go);
bool IsInGame();
bool IsSequencePlaying();
app::GameObject* GetAzazel(app::Survival* survival);
std::string SceneName();
std::string GetAzazelName();
float Time_DeltaTime();