I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:MoEditBox (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoEditBox

Contents

Package: 
GUI
This class in other games:
UT2003, UT2004

Class: GUI.moEditBox Parent: GUI.GUIMenuOption

<Enter a description here>

[edit] Properties

[edit] bReadOnly

Type: bool

This Combobox is read only

[edit] MyEditBox

Type: GUIEditBox


[edit] Default values

Property Value
ComponentClassName "GUI.GUIEditBox"

[edit] Instance functions

[edit] FloatOnly

function FloatOnly (bool b)


[edit] GetText

function string GetText ()


[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


[edit] IntOnly

function IntOnly (bool b)


[edit] MaskText

function MaskText (bool b)


[edit] ReadOnly

function ReadOnly (bool b)


[edit] SetText

function SetText (string NewText)