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

Method GetParams

engine/Poseidon/Network/NetworkMisc.cpp:1514–1520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1512{
1513 if (_server)
1514 return _server->SaveWorldState(filename);
1515 return false;
1516}
1517
1518bool NetworkManager::LoadWorldState(const char* filename)
1519{
1520 if (_server)
1521 return _server->LoadWorldState(filename);
1522 return false;
1523}

Callers 8

SerializeMethod · 0.45
SimulateDSMethod · 0.45
UpdateMethod · 0.45
OnSimulateMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
CreateGameDataMethod · 0.45
SerializeVarsFunction · 0.45

Calls

no outgoing calls

Tested by 1

SerializeVarsFunction · 0.36