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

Method getWaypoints

src/Savegame/SavedGame.cpp:863–866  ·  view source on GitHub ↗

* Returns the list of craft waypoints. * @return Pointer to waypoint list. */

Source from the content-addressed store, hash-verified

861 * @return Pointer to waypoint list.
862 */
863std::vector<Waypoint*> *SavedGame::getWaypoints()
864{
865 return &_waypoints;
866}
867
868/**
869 * Returns the list of terror sites.

Callers 1

loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected