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

Method operator()

source/modes/GameEditorModeBase.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 {
44 public:
45 bool operator()(const CEGUI::EventArgs& e)
46 {
47 playerSelection.setCurrentAction(action);
48 return true;
49 }
50 SelectedAction action;
51 PlayerSelection& playerSelection;
52 };

Callers

nothing calls this directly

Calls 1

setCurrentActionMethod · 0.80

Tested by

no test coverage detected