PrintF

From the Fallout3 GECK Wiki
Revision as of 18:04, 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

Similar to Print, but outputs the string to the specified file (in the Fallout directory) instead of the console. If the file exists it will be appended, otherwise created. Added by NVSE 4.6.3.

Syntax

[help]
(none) PrintF OutputFileName:string OutputText:string

Example

PrintF "MyLog.txt", "The owls are not what they seem..."

MyLog.txt --> The owls are not what they seem...

See Also