MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GodMode

Function GodMode

ogsr_engine/xrGame/ActorCondition.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#define START_SATIETY 0.5f
22
23BOOL GodMode() { return psActorFlags.test(AF_GODMODE); }
24
25CActorCondition::CActorCondition(CActor* object) : inherited(object)
26{

Callers 9

HitMethod · 0.85
UpdateConditionMethod · 0.85
ConditionHitMethod · 0.85
IsCantWalkWeightMethod · 0.85
IsCantJumpMethod · 0.85
g_cl_CheckControlsMethod · 0.85
StaminaHitMethod · 0.85
HitEntityMethod · 0.85
UpdateMethod · 0.85

Calls 1

testMethod · 0.45

Tested by

no test coverage detected