Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ AskForGetOut
Method
AskForGetOut
engine/Poseidon/Network/NetworkMisc.cpp:1894–1900 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1892
}
1893
1894
bool NetworkManager::CreateCenter(AICenter* center)
1895
{
1896
if (_client)
1897
{
1898
return _client->CreateCenter(center);
1899
}
1900
return false;
1901
}
1902
1903
bool NetworkManager::CreateObject(NetworkObject* object)
Callers
1
ProcessGetOut
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected