Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:MoNumericEdit (UE2Runtime)

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

Class: GUI.moNumericEdit Parent: GUI.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 "GUI.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)