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

Method getOrganisation

game/state/gamestate.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122StateRef<Organisation> GameState::getOrganisation(const UString &orgID)
123{
124 return StateRef<Organisation>(this, orgID);
125}
126
127const StateRef<Organisation> &GameState::getPlayer() const { return this->player; }
128StateRef<Organisation> GameState::getPlayer() { return this->player; }

Callers 1

eventOccurredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected