SetTextInputDefaultControlsDisabled

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(nothing) SetTextInputDefaultControlsDisabled disableDefaultControls:bool

Sets whether or not OBSE responds to control-key combos it recognizes, such as ctrl+(number) for changing the font.

While default controls are disabled, they will be passed to the function script registered with SetTextInputHandler or stored for retrieval using GetTextInputControlPressed.

This setting is reset when the text input menu is closed.