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

Method getGuiSheet

source/render/Gui.cpp:124–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124CEGUI::Window* Gui::getGuiSheet(guiSheet sheet)
125{
126 auto it = mSheets.find(sheet);
127 if(it != mSheets.end())
128 {
129 return it->second;
130 }
131 return nullptr;
132}
133
134bool Gui::playButtonClickSound(const CEGUI::EventArgs&)
135{

Callers 15

activateMethod · 0.80
updateFilesListMethod · 0.80
serverButtonPressedMethod · 0.80
updateDescriptionMethod · 0.80
MenuModeMainMethod · 0.80
activateMethod · 0.80
toggleSkirmishSubMenuMethod · 0.80
toggleEditorSubMenuMethod · 0.80
GameModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected