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

Method setWarned

src/Savegame/SavedGame.cpp:1517–1520  ·  view source on GitHub ↗

* sets the player's "warned" status. * @param warned set "warned" to this. */

Source from the content-addressed store, hash-verified

1515 * @param warned set "warned" to this.
1516 */
1517void SavedGame::setWarned(bool warned)
1518{
1519 _warned = warned;
1520}
1521
1522/** @brief Check if a point is contained in a region.
1523 * This function object checks if a point is contained inside a region.

Callers 1

MonthlyReportStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected