MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / decreaseHeight

Method decreaseHeight

src/engine/Engine.cxx:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void Engine::decreaseHeight(const Point &isoCoordinates) const
19{
20 terrainEditMode = TerrainEdit::LOWER;
21 map->decreaseHeight(isoCoordinates);
22}
23
24void Engine::toggleFullScreen() { WindowManager::instance().toggleFullScreen(); };
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected