GetConsoleEcho

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns true if the engine echoes to the console, else false.

Syntax

[help]
(EchoState:bool) GetConsoleEcho

Example

if GetConsoleEcho
   ; do some echoing
endif 

See Also