Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
void CPHCharacter::Disable()
101
{
102
CPHObject::deactivate();
103
dBodyDisable(m_body);
104
m_body_interpolation.ResetPositions();
105
}
106
107
void CPHCharacter::Enable()
108
{
Callers
nothing calls this directly
Calls
2
dBodyDisable
Function · 0.85
ResetPositions
Method · 0.80
Tested by
no test coverage detected