DebugPrint
From GECK
(Redirected from DBPrintC)
A function added by the Fallout Script Extender.
Contents
Description
Identical to PrintToConsole, but message is only printed if Debug mode is enabled for the calling mod.
Syntax
DebugPrint Message:string Formatting
Or:
DBPrintC Message:string Formatting
Notes
- Requires use of ToString($) to print string variables.
See Also
- PrintDebug
- String Formatting
- PrintToConsole
- SetDebugMode
- SCOF / Con_SCOF (to write console output to a file)