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

Method SetMaterial

ogsr_engine/xrGame/PHShell.cpp:431–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void CPHShell::SetMaterial(LPCSTR m)
432{
433 ELEMENT_I i;
434 for (i = elements.begin(); elements.end() != i; ++i)
435 {
436 (*i)->SetMaterial(m);
437 }
438}
439
440void CPHShell::SetMaterial(u16 m)
441{

Callers 6

PHSetMaterialMethod · 0.45
reinitMethod · 0.45
AddElementRecursiveMethod · 0.45
create_physic_shellMethod · 0.45
net_SpawnMethod · 0.45
CreateSkeletonMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected