PrintF
From GECK
A function added by the New Vegas Script Extender.
Contents
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
(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
- PrintDebugF (only outputs if mod has debug mode enabled)
- Print (Outputs to console instead)
- ModLogPrint
- Con_SCOF
- ToString($)
- String Variable
- Debug Dumps
- WriteStringToFile