PrintF

From the Fallout3 GECK Wiki
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