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

Method PHGetSyncItemsNumber

ogsr_engine/xrGame/PhysicsShellHolder.cpp:270–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268f32 CPhysicsShellHolder::GetMass() { return m_pPhysicsShell ? m_pPhysicsShell->getMass() : 0; }
269
270u16 CPhysicsShellHolder::PHGetSyncItemsNumber()
271{
272 if (m_pPhysicsShell)
273 return m_pPhysicsShell->get_ElementsNumber();
274 else
275 return 0;
276}
277
278CPHSynchronize* CPhysicsShellHolder::PHGetSyncItem(u16 item)
279{

Callers

nothing calls this directly

Calls 1

get_ElementsNumberMethod · 0.80

Tested by

no test coverage detected