GetConsoleEcho
Revision as of 08:34, 14 July 2014 by imported>Odessa (Created page with "{{Function |origin = NVSE |summary = Added by NVSE v4. Returns true if the engine echoes to the console, else false. |name = GetConsoleEcho |returnType = EchoState:bool |...")
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Added by NVSE v4. Returns true if the engine echoes to the console, else false.
Syntax
(EchoState:bool) GetConsoleEcho
Example
if GetConsoleEcho ; do some echoing endif