PrintDebugF
From GECK
(Redirected from PrintDF)
A function added by the New Vegas Script Extender.
Contents
Description
As PrintF, but only outputs if the calling mod has Debug Mode enabled.
Syntax
(none) PrintDebugF OutputFileName:string OutputText:string
Or:
(none) PrintDF OutputFileName:string OutputText:string
Example
SetDebugMode 1 PrintDebugF "MyLog.txt", "That Gum you like is going to come back in style."
MyLog.txt --> That Gum you like is going to come back in style.
See Also
- PrintF (Regular version)
- SetDebugMode
- GetDebugMode
- PrintDebug
- ToString($)
- String Variable
- Debug Dumps