HasConsoleOutputFile
< [[::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
(bool) HasConsoleOutputFile
Or:
(bool) HasCOF
Example
if HasCOF ...