Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
Skirmish::~Skirmish() = default;
243
244
UString Skirmish::getLocationText()
245
{
246
return menuform->findControlTyped<Label>(
"LOCATION"
)->getText();
247
}
248
249
void Skirmish::setLocation(StateRef<Building> building)
250
{
Callers
1
SelectForces
Method · 0.80
Calls
1
getText
Method · 0.45
Tested by
no test coverage detected