The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:MoEditBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoEditBox
Package: 
XInterface
This class in other games:
UE2Runtime, UT2003

Class: UT2K4UI.moEditBox Parent: UT2K4UI.GUIMenuOption

<Enter a description here>

Properties[edit]

Property group 'Option'[edit]

bMaskText[edit]

Type: bool


bReadOnly[edit]

Type: bool


MyEditBox[edit]

Type: GUIEditBox

Modifiers: editconst, noexport


Default values[edit]

Property Value
ComponentClassName "XInterface.GUIEditBox"

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


Other instance functions[edit]

FloatOnly[edit]

function FloatOnly (bool b)


GetComponentValue[edit]

function string GetComponentValue ()

Overrides: GUIMenuOption.GetComponentValue


GetText[edit]

function string GetText ()


IntOnly[edit]

function IntOnly (bool b)


MaskText[edit]

function MaskText (bool b)


ReadOnly[edit]

function ReadOnly (bool b)


SetComponentValue[edit]

function SetComponentValue (coerce string NewValue, optional bool bNoChange)

Overrides: GUIMenuOption.SetComponentValue


SetReadOnly[edit]

function SetReadOnly (bool b)

Overrides: GUIMenuOption.SetReadOnly


SetText[edit]

function SetText (string NewText)