Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
352
void ScriptEngine::unregisterItem(Handle::EntityHandle e)
353
{
354
m_WorldItems.erase(e);
355
}
356
357
void ScriptEngine::registerMob(Handle::EntityHandle e)
358
{
Callers
1
pickUp
Method · 0.80
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected