System console output

Discuss GUI programming with the MUI Royale plugin here
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: System console output

Post by airsoftsoftwair »

Code: Select all

- New: Added ConsolePrint(), ConsolePrintNR(), and ConsolePrompt(); these do the very same thing as
  DebugPrint(), DebugPrintNR(), and DebugPrompt() except that they'll always work, i.e. even if
  "EnableDebug" is set to FALSE (which happens automatically when compiling scripts unless you set it
  explicitly to TRUE)
Post Reply