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

Method execute

src/bzflag/NewVersionMenu.cpp:124–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void NewVersionMenu::execute() {
125 HUDuiControl* _focus = getNav().get();
126 if (!_focus) {
127 return;
128#ifdef AUTOUPGRADE
129 }
130 else if (_focus == yes) {
131 addHandle();
132#endif
133 }
134 else if (_focus == no) {
135 HUDDialogStack::get()->pop();
136 }
137}
138
139void NewVersionMenu::collectData(char* ptr, int len) {
140 char buffer[128];

Callers

nothing calls this directly

Calls 2

popMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected