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

Method PHUnFreeze

ogsr_engine/xrGame/PhysicsShellHolder.cpp:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 return 0;
284}
285void CPhysicsShellHolder::PHUnFreeze()
286{
287 if (m_pPhysicsShell)
288 m_pPhysicsShell->UnFreeze();
289}
290
291void CPhysicsShellHolder::PHFreeze()
292{

Callers

nothing calls this directly

Calls 1

UnFreezeMethod · 0.45

Tested by

no test coverage detected