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

Method getMapOffset

src/Battlescape/Camera.cpp:537–540  ·  view source on GitHub ↗

* Gets the map offset. * @return The map offset. */

Source from the content-addressed store, hash-verified

535 * @return The map offset.
536 */
537Position Camera::getMapOffset()
538{
539 return _mapOffset;
540}
541
542/**
543 * Sets the map offset.

Callers 6

drawTerrainMethod · 0.80
primaryActionMethod · 0.80
launchActionMethod · 0.80
mapOverMethod · 0.80
mapPressMethod · 0.80
tryReactionSnapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected