MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / zoomAt

Method zoomAt

game/ui/tileview/battleview.cpp:4704–4709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4702}
4703
4704void BattleView::zoomAt(Vec3<int> location)
4705{
4706 setScreenCenterTile(location);
4707 setZLevel(location.z + 1);
4708 updateLayerButtons();
4709}
4710
4711void BattleView::zoomLastEvent()
4712{

Callers 2

BattleViewMethod · 0.95
updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected