Skip to content

ALERT_TYPE

GeckoN edited this page Mar 29, 2017 · 7 revisions

This enumeration is used for CGame::AlertMessage to control when a message is sent to the server console.

The HTML documentation can be found here.

Constant Description
at_notice Prints 'NOTICE: '.
at_console Outputs text to the console only if developer is larger than 0.
at_aiconsole Only shown if developer is 2 or larger.
at_warning Prints 'Warning: '.
at_error Prints 'Error: '.
at_logged Server print to console (only in multiplayer games).
Clone this wiki locally