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

Method unregisterItem

src/logic/ScriptEngine.cpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void ScriptEngine::unregisterItem(Handle::EntityHandle e)
353{
354 m_WorldItems.erase(e);
355}
356
357void ScriptEngine::registerMob(Handle::EntityHandle e)
358{

Callers 1

pickUpMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected