ALERT_TYPE - baso88/SC_AngelScript GitHub Wiki
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). |