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

Method getWarned

src/Savegame/SavedGame.cpp:1508–1511  ·  view source on GitHub ↗

* return if the player has been * warned about poor performance. * @return true or false. */

Source from the content-addressed store, hash-verified

1506 * @return true or false.
1507 */
1508bool SavedGame::getWarned() const
1509{
1510 return _warned;
1511}
1512
1513/**
1514 * sets the player's "warned" status.

Callers 1

MonthlyReportStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected