Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
232
bool Country::getNewPact()
233
{
234
return _newPact;
235
}
236
237
/**
238
* sign a new pact at month's end.
Callers
2
think
Method · 0.80
calculateChanges
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected