Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ ~CPHMovementControl
Method
~CPHMovementControl
ogsr_engine/xrGame/PHMovementControl.cpp:77–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
CPHMovementControl::~CPHMovementControl(void)
78
{
79
if (m_character)
80
m_character->Destroy();
81
DeleteCharacterObject();
82
xr_delete(m_capture);
83
}
84
85
// static Fvector old_pos={0,0,0};
86
// static bool bFirst=true;
Callers
nothing calls this directly
Calls
2
xr_delete
Function · 0.85
Destroy
Method · 0.45
Tested by
no test coverage detected