Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ BribeScreen
Method
BribeScreen
game/ui/city/bribescreen.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
{
14
15
BribeScreen::BribeScreen(sp<GameState> state)
16
: Stage(), menuform(ui().getForm(
"city/bribe"
)), state(state),
17
organisation(state->current_city->cityViewSelectedOrganisation)
18
{
19
}
20
21
BribeScreen::~BribeScreen() = default;
22
Callers
nothing calls this directly
Calls
1
getForm
Method · 0.45
Tested by
no test coverage detected