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

Method warning

src/Battlescape/BattlescapeState.cpp:1449–1452  ·  view source on GitHub ↗

* Shows a warning message. * @param message Warning message. */

Source from the content-addressed store, hash-verified

1447 * @param message Warning message.
1448 */
1449void BattlescapeState::warning(const std::string &message)
1450{
1451 _warning->showMessage(tr(message));
1452}
1453
1454/**
1455 * Takes care of any events from the core game engine.

Callers 5

kneelMethod · 0.80
handleNonTargetActionMethod · 0.80
popStateMethod · 0.80
checkReservedTUMethod · 0.80
primaryActionMethod · 0.80

Calls 1

showMessageMethod · 0.80

Tested by

no test coverage detected