Difference between revisions of "UpdateTextInput"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>QQuix
(Removed the {{BotAddedPage}} tag)
imported>QQuix
m (Removed the {{BotAddedPage}} tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
  | summary = Tells the text input menu to check for user input and refresh the displayed text if necessary.  
  | summary = Tells the text input menu to check for user input and refresh the displayed text if necessary.  
In general, unless you want to temporarily disallow input, this command should be called every frame while the text input menu is open.
In general, unless you want to temporarily disallow input, this command should be called every frame while the text input menu is open.
  | name = UpdateTextInput
  | name = UpdateTextInput

Latest revision as of 04:44, 28 December 2014

< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(void) UpdateTextInput

Tells the text input menu to check for user input and refresh the displayed text if necessary.

In general, unless you want to temporarily disallow input, this command should be called every frame while the text input menu is open.