PrintDebug
Revision as of 06:19, 16 August 2014 by imported>Odessa (created)
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
As Print, but outputs to console only if the calling mod has debug mode enabled. Added by NVSE 4.5.6.
Syntax
(none) PrintDebug string:expression
Or:
(none) PrintD string:expression
Example
SetDebugMode 1 PrintDebug "SomeVariable = " + $SomeVariable
See Also
- SetDebugMode
- GetDebugMode
- DebugPrint (the old equivalent which requires string formatting)
- ToString($)
- String Variable
- Con_SCOF