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

Method PHSetMaterial

ogsr_engine/xrGame/PhysicsShellHolder.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 xr_delete(m_pPhysicsShell);
207}
208void CPhysicsShellHolder::PHSetMaterial(u16 m)
209{
210 if (m_pPhysicsShell)
211 m_pPhysicsShell->SetMaterial(m);
212}
213
214void CPhysicsShellHolder::PHSetMaterial(LPCSTR m)
215{

Callers

nothing calls this directly

Calls 1

SetMaterialMethod · 0.45

Tested by

no test coverage detected