MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / setTileVisual

Method setTileVisual

source/modes/EditorMode.h:69–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 bool hideQuitMenu(const CEGUI::EventArgs& arg = {});
68 bool onClickYesQuitMenu(const CEGUI::EventArgs& arg = {});
69 void setTileVisual(TileVisual tileVisual)
70 { mCurrentTileVisual = tileVisual; }
71
72 void selectSquaredTiles(int tileX1, int tileY1, int tileX2, int tileY2) override;
73 void selectTiles(const std::vector<Tile*> tiles) override;

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected