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

Method getWaypoints

src/Battlescape/Map.cpp:1490–1493  ·  view source on GitHub ↗

* Gets a list of waypoints on the map. * @return A list of waypoints. */

Source from the content-addressed store, hash-verified

1488 * @return A list of waypoints.
1489 */
1490std::vector<Position> *Map::getWaypoints()
1491{
1492 return &_waypoints;
1493}
1494
1495/**
1496 * Sets mouse-buttons' pressed state.

Callers 11

endTurnMethod · 0.45
cancelCurrentActionMethod · 0.45
primaryActionMethod · 0.45
launchActionMethod · 0.45
btnInventoryClickMethod · 0.45
btnStatsClickMethod · 0.45
btnCancelClickMethod · 0.45
time5SecondsMethod · 0.45
btnOkClickMethod · 0.45
getTargetsMethod · 0.45
drawMarkersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected