MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / appendGameState

Method appendGameState

game/state/gamestate.cpp:1661–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1659}
1660
1661bool GameState::appendGameState(const UString &gamestatePath)
1662{
1663 LogInfo("Appending gamestate \"%s\"", gamestatePath);
1664 auto systemPath = fw().data->fs.resolvePath(gamestatePath);
1665 return this->loadGame(systemPath);
1666}
1667
1668}; // namespace OpenApoc

Callers 1

Calls 2

loadGameMethod · 0.95
resolvePathMethod · 0.80

Tested by

no test coverage detected