Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
537
Position Camera::getMapOffset()
538
{
539
return _mapOffset;
540
}
541
542
/**
543
* Sets the map offset.
Callers
6
drawTerrain
Method · 0.80
primaryAction
Method · 0.80
launchAction
Method · 0.80
mapOver
Method · 0.80
mapPress
Method · 0.80
tryReactionSnap
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected