Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
546
void ScriptEngine::unregisterNpc(Handle::EntityHandle e)
547
{
548
m_WorldNPCs.erase(e);
549
}
Callers
1
Wld_RemoveNpc
Method · 0.80
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected