MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / execute

Method execute

src/bzflag/SaveMenu.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void SaveMenu::execute() {
142 HUDuiElement* _focus = getNav().get();
143 std::vector<HUDuiElement*>& listHUD = getElements();
144 if (_focus == listHUD[2]) { //OK
145 HUDDialogStack::get()->pop();
146 }
147}
148
149
150// Local Variables: ***

Callers

nothing calls this directly

Calls 2

popMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected