MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / operator()

Method operator()

source/modes/EditorMode.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 {
66 public:
67 bool operator()(const CEGUI::EventArgs& e)
68 {
69 playerSelection.setCurrentAction(SelectedAction::changeTile);
70 editorMode.setTileVisual(tileVisual);
71 return true;
72 }
73 TileVisual tileVisual;
74 PlayerSelection& playerSelection;
75 EditorMode& editorMode;

Callers

nothing calls this directly

Calls 2

setCurrentActionMethod · 0.80
setTileVisualMethod · 0.45

Tested by

no test coverage detected