UE2:MoFloatEdit (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoFloatEdit
Package:
XInterface
This class in other games:

(C) 2002, Epic Games

Properties

MaxValue

Type: float


MinValue

Type: float


MyNumericEdit

Type: GUIFloatEdit


Step

Type: float


Default values

Property Value
ComponentClassName "xinterface.GUIFloatEdit"
OnClickSound CS_Click

Instance functions

GetValue

function float GetValue ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


InternalOnChange

function InternalOnChange (GUIComponent Sender)

Overrides: GUIMenuOption.InternalOnChange


SetValue

function SetValue (float V)