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

Method SetPhObjectInElements

ogsr_engine/xrGame/PHShell.cpp:422–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 (*i)->set_CallbackData(cd);
421}
422void CPHShell::SetPhObjectInElements()
423{
424 if (!isActive())
425 return;
426 ELEMENT_I i;
427 for (i = elements.begin(); elements.end() != i; ++i)
428 (*i)->SetPhObjectInGeomData((CPHObject*)this);
429}
430
431void CPHShell::SetMaterial(LPCSTR m)
432{

Callers

nothing calls this directly

Calls 3

SetPhObjectInGeomDataMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected