MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getPact

Method getPact

src/Savegame/Country.cpp:250–253  ·  view source on GitHub ↗

* no setter for this one, as it gets set automatically * at month's end if _newPact is set. * @return if we have signed a pact. */

Source from the content-addressed store, hash-verified

248 * @return if we have signed a pact.
249 */
250bool Country::getPact()
251{
252 return _pact;
253}
254}

Callers 1

thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected