GetTextInputReady

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Return true if any text input recived via ShowTextInputMenu is ready to be retrieved.

Syntax

[help]
(inputReady:0/1) GetTextInputReady

Example

if GetTextInputReady
	let sInputText := GetTextInputString
endif

See Also