HasConsoleOutputFile

From the Fallout3 GECK Wiki
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