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

Method execute

src/bzflag/ShotStats.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void ShotStats::execute() {
139 HUDDialogStack::get()->pop();
140}
141
142void ShotStats::resize(int _width, int _height) {
143 HUDDialog::resize(_width, _height);

Callers

nothing calls this directly

Calls 1

popMethod · 0.80

Tested by

no test coverage detected