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

Method Disable

ogsr_engine/xrGame/PHCharacter.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void CPHCharacter::Disable()
101{
102 CPHObject::deactivate();
103 dBodyDisable(m_body);
104 m_body_interpolation.ResetPositions();
105}
106
107void CPHCharacter::Enable()
108{

Callers

nothing calls this directly

Calls 2

dBodyDisableFunction · 0.85
ResetPositionsMethod · 0.80

Tested by

no test coverage detected