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

Method Destroy

ogsr_engine/xrGame/PHActorCharacter.cpp:99–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98}
99void CPHActorCharacter::Destroy()
100{
101 if (!b_exist)
102 return;
103 RESTRICTOR_I i = begin(m_restrictors), e = end(m_restrictors);
104 for (; e != i; ++i)
105 {
106 (*i)->Destroy();
107 }
108 inherited::Destroy();
109}
110void CPHActorCharacter::ClearRestrictors()
111{
112 RESTRICTOR_I i = begin(m_restrictors), e = end(m_restrictors);

Callers 1

ClearRestrictorsMethod · 0.45

Calls 5

DestroyFunction · 0.85
dGeomDestroyUserDataFunction · 0.85
dGeomDestroyFunction · 0.85
beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected