# Set Debug Window Message Color
Grammar — Set the color of debug message type type to color for the debug window.
Flags —Native|Action
Sets the color of a debug message that is printed to the debug window.
# Arguments
int<preset::DebugMessageType> — Typecolor— Color
Returns — void
native void TriggerDebugSetTypeColor(int type, color c);
# Related
Category: Debug / Trigger Debugging
- Debug Message —
void— TriggerDebugOutput - Enable/Disable Debug Messages —
void— TriggerDebugOutputEnable - Enable/Disable Debug Message Type —
void— TriggerDebugEnableType - Set Debug Window Message Color —
void— TriggerDebugSetTypeColor - Set Debug Message File —
void— TriggerDebugSetTypeFile - Set Debug Message Filter —
void— TriggerDebugSetTypeFilter - Set Debug Message Name —
void— TriggerDebugSetTypeName - Open or Close Debug Window —
void— TriggerDebugWindowOpen - Convert Integer To Debug Message Type —
int<preset::DebugMessageType> — libNtve_gf_ConvertIntegerToDebugMessageType
# Examples
— None found —