Always snap to grid

UE2:MoFloatEdit (UT2003)

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

(C) 2002, Epic Games

Properties[edit]

MaxValue[edit]

Type: float


MinValue[edit]

Type: float


MyNumericEdit[edit]

Type: GUIFloatEdit


Step[edit]

Type: float


Default values[edit]

Property Value
ComponentClassName "xinterface.GUIFloatEdit"
OnClickSound CS_Click

Instance functions[edit]

GetValue[edit]

function float 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 (float V)