UE2:MoEditBox (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoEditBox
Package:
XInterface
This class in other games:

Class: XInterface.moEditBox Parent: XInterface.GUIMenuOption

<Enter a description here>

Properties

bReadOnly

Type: bool

This Combobox is read only

MyEditBox

Type: GUIEditBox


Default values

Property Value
ComponentClassName "xinterface.GUIEditBox"

Instance functions

FloatOnly

function FloatOnly (bool b)


GetText

function string GetText ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


IntOnly

function IntOnly (bool b)


MaskText

function MaskText (bool b)


ReadOnly

function ReadOnly (bool b)


SetText

function SetText (string NewText)