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

Method reset

ogsr_engine/xrGame/object_manager_inline.h:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87IC T* CAbstractObjectManager::selected() const { return (m_selected); }
88
89TEMPLATE_SPECIALIZATION
90void CAbstractObjectManager::reset()
91{
92 m_objects.clear();
93 m_selected = 0;
94}
95
96TEMPLATE_SPECIALIZATION
97IC const typename CAbstractObjectManager::OBJECTS& CAbstractObjectManager::objects() const { return (m_objects); }

Callers 8

play_script_implMethod · 0.45
play_scriptMethod · 0.45
play_global_implMethod · 0.45
play_globalMethod · 0.45
updateMethod · 0.45
pop_script_animationMethod · 0.45
reinitMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected