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

Method ClearUnsplited

ogsr_engine/xrGame/PHSkeleton.cpp:321–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void CPHSkeleton::ClearUnsplited()
322{
323 SHELL_PAIR_I i = m_unsplited_shels.begin(), e = m_unsplited_shels.end();
324 for (; i != e; ++i)
325 {
326 i->first->Deactivate();
327 xr_delete(i->first);
328 }
329 m_unsplited_shels.clear();
330}
331
332void CPHSkeleton::SpawnCopy()
333{

Callers

nothing calls this directly

Calls 5

xr_deleteFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
DeactivateMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected