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

Method getMap

src/Battlescape/BattlescapeState.cpp:1428–1431  ·  view source on GitHub ↗

* Gets pointer to the map. Some states need this info. * @return Pointer to map. */

Source from the content-addressed store, hash-verified

1426 * @return Pointer to map.
1427 */
1428Map *BattlescapeState::getMap() const
1429{
1430 return _map;
1431}
1432
1433/**
1434 * Shows a debug message in the topleft corner.

Callers 2

btnInventoryClickMethod · 0.45
btnStatsClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected