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

Method unregisterNpc

src/logic/ScriptEngine.cpp:546–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546void ScriptEngine::unregisterNpc(Handle::EntityHandle e)
547{
548 m_WorldNPCs.erase(e);
549}

Callers 1

Wld_RemoveNpcMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected