I love the smell of UnrealEd crashing in the morning. – tarquin

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

Property group 'Option'

bMaskText

Type: bool


bReadOnly

Type: bool


MyEditBox

Type: GUIEditBox

Modifiers: editconst, noexport


Default values

Property Value
ComponentClassName "XInterface.GUIEditBox"

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


Other instance functions

FloatOnly

function FloatOnly (bool b)


GetComponentValue

function string GetComponentValue ()

Overrides: GUIMenuOption.GetComponentValue


GetText

function string GetText ()


IntOnly

function IntOnly (bool b)


MaskText

function MaskText (bool b)


ReadOnly

function ReadOnly (bool b)


SetComponentValue

function SetComponentValue (coerce string NewValue, optional bool bNoChange)

Overrides: GUIMenuOption.SetComponentValue


SetReadOnly

function SetReadOnly (bool b)

Overrides: GUIMenuOption.SetReadOnly


SetText

function SetText (string NewText)