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

Method isFullActive

ogsr_engine/xrGame/PHShell.h:199–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 virtual bool isEnabled() { return CPHObject::is_active(); }
198 virtual bool isActive() { return !!m_flags.test(flActive); }
199 virtual bool isFullActive() { return isActive() && !m_flags.test(flActivating); }
200 void SetNotActivating() { m_flags.set(flActivating, FALSE); }
201 // CPHObject
202 virtual void vis_update_activate();

Callers 7

SpawnMethod · 0.45
net_SpawnMethod · 0.45
UpdateCLMethod · 0.45
UpdateRootMethod · 0.45
in_shedule_UpdateMethod · 0.45
UpdateDeathAnimsMethod · 0.45
in_UpdateCLMethod · 0.45

Calls 1

testMethod · 0.45

Tested by

no test coverage detected