PrintDebugF
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
As PrintF, but only outputs if the calling mod has Debug Mode enabled. Added by NVSE 4.6.3.
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