HasConsoleOutputFile
Revision as of 17:18, 9 March 2015 by imported>Odessa (Created. Source whats_new and my testing)
< [[::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 ...