Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ AskForMove
Method
AskForMove
engine/Poseidon/Network/NetworkMisc.cpp:1845–1851 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1843
}
1844
return false;
1845
}
1846
1847
bool NetworkManager::CreateObject(NetworkObject* object)
1848
{
1849
if (_client)
1850
{
1851
return _client->CreateObject(object);
1852
}
1853
return false;
1854
}
Callers
1
MoveNetAware
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected