Mostly Harmless

UE2:MoNumericEdit (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoNumericEdit

Contents

Package: 
GUI
This class in other games:
UT2003, UT2004

Class: GUI.moNumericEdit Parent: GUI.GUIMenuOption

<Enter a description here>

[edit] Properties

[edit] MaxValue

Type: int


[edit] MinValue

Type: int


[edit] MyNumericEdit

Type: GUINumericEdit


[edit] Default values

Property Value
ComponentClassName "GUI.GUINumericEdit"
OnClickSound CS_Click

[edit] Instance functions

[edit] GetValue

function int GetValue ()


[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


[edit] InternalOnChange

function InternalOnChange (GUIComponent Sender)

Overrides: GUIMenuOption.InternalOnChange


[edit] SetValue

function SetValue (int V)