SetConsoleEcho

From the Fallout3 GECK Wiki
Revision as of 09:39, 14 July 2014 by imported>Odessa (Created page with "{{Function |origin = NVSE |summary = Added by NVSE v4. Toggles whether the engine echoes to the console and returns the previous state. |name = SetConsoleEcho |returnType...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Added by NVSE v4. Toggles whether the engine echoes to the console and returns the previous state.

Syntax

[help]
(PreviousEchoState:bool) SetConsoleEcho EchoState:bool

Example

SetConsoleEcho 1
; or
int PreviousState
let PreviousState := SetConsoleEcho 1

See Also