MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / NetIdToNetObj

Function NetIdToNetObj

engine/Poseidon/Network/NetworkMisc.cpp:2432–2444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2430 Rank rank)
2431{
2432 if (_client)
2433 {
2434 _client->AskForCreateUnit(group, type, position, init, skill, rank);
2435 }
2436}
2437
2438void NetworkManager::AskForDeleteVehicle(Entity* veh)
2439{
2440 if (_client)
2441 {
2442 _client->AskForDeleteVehicle(veh);
2443 }
2444}
2445
2446void NetworkManager::AskForReceiveUnitAnswer(AIUnit* from, AISubgroup* to, int answer)
2447{

Callers 2

GetObjFromNetIdFunction · 0.85
GetUnitByIdFunction · 0.85

Calls 2

GetModeMethod · 0.45
GetObjectMethod · 0.45

Tested by

no test coverage detected