The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:MoEditBox (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoEditBox |
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2004
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: 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)