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

Method getNewPact

src/Savegame/Country.cpp:232–235  ·  view source on GitHub ↗

* @return if we will sign a new pact. */

Source from the content-addressed store, hash-verified

230 * @return if we will sign a new pact.
231 */
232bool Country::getNewPact()
233{
234 return _newPact;
235}
236
237/**
238 * sign a new pact at month's end.

Callers 2

thinkMethod · 0.80
calculateChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected