DebugPrint
Revision as of 05:53, 16 July 2014 by imported>Odessa (clarified and added links)
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
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.