Difference between revisions of "GetConsoleOutputFile"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(Created. Source whats_new and my testing)
 
imported>Odessa
m (syntax error)
 
Line 7: Line 7:
  |arguments =  
  |arguments =  
  |example = string_var file_name
  |example = string_var file_name
  let file_name = GetCOF
  let file_name := GetCOF
}}
}}
==See Also==
==See Also==

Latest revision as of 17:23, 9 March 2015

< [[::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