Class EventProperty.TextInput
EventProperty class for the TextInput property.
Implements
Inherited Members
Namespace: Modding
Assembly: Assembly-CSharp.dll
Syntax
public class TextInput : EventProperty, IValidatable
Constructors
TextInput()
Declaration
public TextInput()
Fields
DefaultText
Default text, as specified in the XML file.
Declaration
public string DefaultText
Field Value
Type | Description |
---|---|
String |
MaxChars
Maximum characters, as specified in the XML file.
Declaration
public int MaxChars
Field Value
Type | Description |
---|---|
Int32 |
Title
Title text, as specified in the XML file.
Declaration
public string Title
Field Value
Type | Description |
---|---|
String |
Properties
Text
Text entered in the UI.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
String |