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

Method KickOff

engine/Poseidon/Network/NetworkMisc.cpp:1333–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1331
1332 // create bot client (internal client for object ownership, respawns, etc.)
1333 GDebugger.PauseCheckingAlive();
1334 ProgressStart(LocalizeString(IDS_CREATE_CLIENT));
1335 _client = new NetworkClient(this, botAddress, password, true);
1336 if (!_client->IsValid())
1337 {
1338 _server = nullptr;
1339 _client = nullptr;
1340 StartEnumHosts();
1341 ProgressFinish();
1342 GDebugger.ResumeCheckingAlive();

Callers 3

OnCreatePlayerMethod · 0.45
OnButtonClickedMethod · 0.45
OnButtonClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected