Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Segs/Segs
/ removeEntityFromActiveList
Method
removeEntityFromActiveList
Projects/CoX/Servers/MapServer/EntityStorage.cpp:186–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
return res;
185
}
186
void EntityManager::removeEntityFromActiveList(Entity *ent)
187
{
188
ent->m_client = nullptr;
189
m_live_entlist.erase(ent);
190
m_store.release(ent);
191
}
192
193
//! @}
Callers
4
effectsStep
Method · 0.80
on_link_lost
Method · 0.80
on_disconnect
Method · 0.80
register_SpawnerTypes
Method · 0.80
Calls
2
erase
Method · 0.45
release
Method · 0.45
Tested by
no test coverage detected