I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:MoEditBox (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoEditBox |
Contents
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
Overrides: GUIMenuOption.SetComponentValue
SetReadOnly
function SetReadOnly (bool b)
Overrides: GUIMenuOption.SetReadOnly
SetText
function SetText (string NewText)