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

Method isEnabled

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

Source from the content-addressed store, hash-verified

195 virtual void DisableCharacterCollision();
196 virtual void SetRemoveCharacterCollLADisable() { m_flags.set(flRemoveCharacterCollisionAfterDisable, TRUE); }
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); }

Callers 10

UnsplitSingleMethod · 0.45
SyncNetStateMethod · 0.45
saveMethod · 0.45
RestoreNetStateMethod · 0.45
VisualUpdateMethod · 0.45
PhTuneMethod · 0.45
PhTuneMethod · 0.45
SetBreakableMethod · 0.45
SetRemovedMethod · 0.45
in_shedule_UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected