GetConsoleOutputFile

From the Fallout3 GECK Wiki
Revision as of 18:23, 9 March 2015 by imported>Odessa (syntax error)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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