Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ PHReleaseObject
Method
PHReleaseObject
ogsr_engine/xrGame/PHMovementControl.cpp:930–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
928
}
929
930
void CPHMovementControl::PHReleaseObject()
931
{
932
if (m_capture)
933
{
934
m_capture->Release();
935
xr_delete(m_capture);
936
}
937
}
938
939
void CPHMovementControl::DestroyCharacter()
940
{
Callers
9
ActorUse
Method · 0.45
finalize
Method · 0.45
critical_finalize
Method · 0.45
finalize
Method · 0.45
critical_finalize
Method · 0.45
reselect_state
Method · 0.45
finalize
Method · 0.45
critical_finalize
Method · 0.45
execute
Method · 0.45
Calls
2
xr_delete
Function · 0.85
Release
Method · 0.45
Tested by
no test coverage detected