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

Method setViewMode

game/ui/tileview/tileview.cpp:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131bool TileView::isTransition() { return false; }
132
133void TileView::setViewMode(TileViewMode newMode) { this->viewMode = newMode; }
134
135TileViewMode TileView::getViewMode() const { return this->viewMode; }
136

Callers 2

BattleViewMethod · 0.80
CityViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected