GetConsoleOutputFile

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

Returns the file name of current console output file, or null (empty string: "") if there is none. Added by NVSE 4.6.3.

Syntax

[help]
(FileName:string) GetConsoleOutputFile 

Or:

(FileName:string) GetCOF

Example

string_var file_name
let file_name := GetCOF

See Also