HasConsoleOutputFileName

From GECK
(Redirected from HasConsoleOutputFile)
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns true (1) if console output is currently being written to a file.

Syntax

[help]
(bool) HasConsoleOutputFileName 

Or:

(bool) HasCOF

Example

if HasCOF
... 

See Also