logic_console is a point entity available with any version of Mapbase.

Sends messages to the console. Not to be confused with point_clientcommand or point_servercommand.



KeyValues

- Developer Level (SetDevLvl) <integer>
What level developer messages should appear at.
- Message Color (SetMsgColor) <color255>
The color of standard messages.
- Warning Color (SetWarningColor) <color255>
The color of warning messages.
- Don't automatically append ? (SetNewLineNotAuto) <choices>
Prevents this logic_console from automatically appending a new line each time it prints.

Inputs

- SendMsg <string>
Sends a message to the console.
- SendWarning <string>
Sends a message to the console in red text.
- SendDevMsg <string>
Sends a message to the console that can only be viewed in developer mode.
- SendDevWarning <string>
Sends a red-colored message to the console that can only be viewed in developer mode.
- SetDevLvl <integer>
Sets the level developer messages should appear at.
- SetMsgColor <color255>
Sets the color of standard messages.
- SetWarningColor <color255>
Sets the color of warning messages.
- SetNewLineNotAuto <bool>
Enables or disables this logic_console's ability to append to each message.
- NewLine <void>
Manually sends .
- DevNewLine <void>
Manually sends in the specified developer level.
- ClearConsole <void>
Clears the console of all output.