MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / registerItem

Method registerItem

src/logic/ScriptEngine.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void ScriptEngine::registerItem(Handle::EntityHandle e)
348{
349 m_WorldItems.insert(e);
350}
351
352void ScriptEngine::unregisterItem(Handle::EntityHandle e)
353{

Callers 1

ItemControllerMethod · 0.80

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected