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

Method StartDownloadingXMLSource

engine/Poseidon/Network/NetworkMisc.cpp:337–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335{
336 DownloadToFileThread(context);
337}
338
339// Download to memory
340static void DownloadToMemOverlapped(DownloadToMemContext* context)
341{
342 DownloadToMemThread(context);
343}
344
345#endif // MT_DOWNLOAD
346
347void CheckSquadObject::StartDownloadingXMLSource()
348{
349 _state = DownloadingSquad;
350 _stateDone.Reset();
351

Callers

nothing calls this directly

Calls 4

DownloadToMemOverlappedFunction · 0.85
ResetMethod · 0.45
GetLengthMethod · 0.45
FreeMethod · 0.45

Tested by

no test coverage detected