PrintDebug
(Redirected from PrintD)
Jump to navigation
Jump to search
< [[::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