PrintF

From GECK
Jump to: navigation, search


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.

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