# Set Debug Window Message Color

Grammar — Set the color of debug message type type to color for the debug window.
FlagsNative | Action

Sets the color of a debug message that is printed to the debug window.

# Arguments

Returns — void

native void TriggerDebugSetTypeColor(int type, color c);

Category: Debug / Trigger Debugging

# Examples

— None found —