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

Method FreezeContent

ogsr_engine/xrGame/PHCharacter.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30CPHCharacter::~CPHCharacter(void) {}
31
32void CPHCharacter::FreezeContent()
33{
34 dBodyDisable(m_body);
35 CPHObject::FreezeContent();
36}
37void CPHCharacter::UnFreezeContent()
38{
39 dBodyEnable(m_body);

Callers

nothing calls this directly

Calls 1

dBodyDisableFunction · 0.85

Tested by

no test coverage detected