HasConsoleOutputFileName
From GECK
(Redirected from HasCOF)
A function added by the New Vegas Script Extender.
Contents
Description
Returns true (1) if console output is currently being written to a file.
Syntax
(bool) HasConsoleOutputFileName
Or:
(bool) HasCOF
Example
if HasCOF ...