MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getNodes

Method getNodes

src/Savegame/SavedBattleGame.cpp:710–713  ·  view source on GitHub ↗

* Gets the list of nodes. * @return Pointer to the list of nodes. */

Source from the content-addressed store, hash-verified

708 * @return Pointer to the list of nodes.
709 */
710std::vector<Node*> *SavedBattleGame::getNodes()
711{
712 return &_nodes;
713}
714
715/**
716 * Gets the list of units.

Callers 8

generateMapMethod · 0.80
loadRMPMethod · 0.80
loadMethod · 0.80
setupPatrolMethod · 0.80
setupAmbushMethod · 0.80
loadMethod · 0.80
setupPatrolMethod · 0.80
UnitDieBStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected