HasConsoleOutputFile

From the Fallout3 GECK Wiki
Revision as of 18:18, 9 March 2015 by imported>Odessa (Created. Source whats_new and my testing)
(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 true (1) if console output is currently being written to a file. Added by NVSE 4.6.3.

Syntax

[help]
(bool) HasConsoleOutputFile 

Or:

(bool) HasCOF

Example

if HasCOF
...

See Also