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

Method UpdateObjectsNumber

ogsr_engine/xrGame/PHWorld.cpp:456–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454void CPHWorld::AddCall(CPHCondition* c, CPHAction* a) { m_commander->add_call(c, a); }
455u16 CPHWorld::ObjectsNumber() { return m_objects.count(); }
456u16 CPHWorld::UpdateObjectsNumber() { return m_update_objects.count(); }
457void CPHWorld::GetState(V_PH_WORLD_STATE& state)
458{
459 state.clear();

Callers 1

Calls 1

countMethod · 0.45

Tested by

no test coverage detected