GetConsoleOutputFile

Revision as of 17:22, 9 March 2015 by imported>Odessa (Created. Source whats_new and my testing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(FileName:string) GetConsoleOutputFile 

Or:

(FileName:string) GetCOF

Example

string_var file_name
let file_name = GetCOF

See Also