SetConsoleEcho
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Toggles whether the engine echoes to the console and returns the previous state.
This is essentially a script version of Verbose.
Syntax
(PreviousEchoState:bool) SetConsoleEcho EchoState:bool
Example
SetConsoleEcho 1 ; or int PreviousState let PreviousState := SetConsoleEcho 1