logic_console
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.
What level developer messages should appear at.
- Message Color (SetMsgColor) <color255>
The color of standard messages.
The color of standard messages.
- Warning Color (SetWarningColor) <color255>
The color of warning messages.
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.
Prevents this logic_console from automatically appending a new line each time it prints.
Inputs
- SendMsg
<string>
Sends a message to the console.
Sends a message to the console.
- SendWarning
<string>
Sends a message to the console in red text.
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.
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.
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.
Sets the level developer messages should appear at.
- SetMsgColor
<color255>
Sets the color of standard messages.
Sets the color of standard messages.
- SetWarningColor
<color255>
Sets the color of warning messages.
Sets the color of warning messages.
- SetNewLineNotAuto
<bool>
Enables or disables this logic_console's ability to append to each message.
Enables or disables this logic_console's ability to append to each message.
- NewLine
<void>
Manually sends .
Manually sends .
- DevNewLine
<void>
Manually sends in the specified developer level.
Manually sends in the specified developer level.
- ClearConsole
<void>
Clears the console of all output.
Clears the console of all output.
