MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / IsCritical

Method IsCritical

src/error_gui.cpp:248–251  ·  view source on GitHub ↗

* Check whether the currently shown error message was critical or not. * @return True iff the message was critical. */

Source from the content-addressed store, hash-verified

246 * @return True iff the message was critical.
247 */
248 bool IsCritical()
249 {
250 return this->is_critical;
251 }
252};
253
254/**

Callers 2

UnshowCriticalErrorFunction · 0.80
ShowErrorMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected