PrintDebugF

From the Fallout3 GECK Wiki
Revision as of 18:11, 9 March 2015 by imported>Odessa (Created. Source whats_new and my testing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

As PrintF, but only outputs if the calling mod has Debug Mode enabled. Added by NVSE 4.6.3.

Syntax

[help]
(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