There is no spoon

UE2:MoNumericEdit (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoNumericEdit
Package: 
XInterface
This class in other games:
UE2Runtime, UT2004

Class: XInterface.moNumericEdit Parent: XInterface.GUIMenuOption

<Enter a description here>

Properties

MaxValue

Type: int


MinValue

Type: int


MyNumericEdit

Type: GUINumericEdit


Default values

Property Value
ComponentClassName "xinterface.GUINumericEdit"
OnClickSound CS_Click

Instance functions

GetValue

function int GetValue ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


InternalOnChange

function InternalOnChange (GUIComponent Sender)

Overrides: GUIMenuOption.InternalOnChange


SetValue

function SetValue (int V)