MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getLocationText

Method getLocationText

game/ui/skirmish/skirmish.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242Skirmish::~Skirmish() = default;
243
244UString Skirmish::getLocationText()
245{
246 return menuform->findControlTyped<Label>("LOCATION")->getText();
247}
248
249void Skirmish::setLocation(StateRef<Building> building)
250{

Callers 1

SelectForcesMethod · 0.80

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected