Skip to content

OGTextField

Jeppe Zapp edited this page Feb 6, 2014 · 1 revision

Text fields are for entering text

Variables

Variable Type
locked boolean Is the text field receiving input?
text string Text displayed in the text field
maxLength int Maximum allowed characters
regex string Regex parsing
regexPreset RegExPreset Presets such as OnlyNumbers and OnlyASCII

Example

// No example yet
Clone this wiki locally