Mostly Harmless

UE2:MoNumericEdit (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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[edit]

MaxValue[edit]

Type: int


MinValue[edit]

Type: int


MyNumericEdit[edit]

Type: GUINumericEdit


Default values[edit]

Property Value
ComponentClassName "xinterface.GUINumericEdit"
OnClickSound CS_Click

Instance functions[edit]

GetValue[edit]

function int GetValue ()


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


InternalOnChange[edit]

function InternalOnChange (GUIComponent Sender)

Overrides: GUIMenuOption.InternalOnChange


SetValue[edit]

function SetValue (int V)