There was an error while loading. Please reload this page.
Writes output to stdout, without breaking console input / output like regular printf.
void PrintMessage( Color_t color, const char* fmt, ... );
The color in which the text will be printed. Use CLR_DEFAULT for the default color.
CLR_DEFAULT
A format string to be printed - the formatting is same as in printf
Other arguments, the types to pass may change depending on the format string - same as in printf