GetConsoleOutputFileName

From GECK
(Redirected from GetConsoleOutputFile)
Jump to: navigation, search


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.

Syntax

[help]
(FileName:string) GetConsoleOutputFilename 

Or:

(FileName:string) GetCOF

Example

string_var file_name
let file_name := GetCOF 

See Also