Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Segs/Segs
/ InsertPlayer
Method
InsertPlayer
Projects/CoX/Servers/MapServer/EntityStorage.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void EntityManager::InsertPlayer(Entity *ent)
148
{
149
m_live_entlist.insert(ent);
150
}
151
152
Entity * EntityManager::CreatePlayer()
153
{
Callers
1
enqueue_client
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected