My program doesn't have bugs. It just develops random features.

UE2:GUINumericEdit (UT2003)

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

Class: XInterface. UT2NumericEdit

A Combination of an EditBox and 2 spinners

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Properties

Property group 'Menu'

bLeftJustified

Type: bool


MaxValue

Type: int


MinValue

Type: int


Step

Type: int


Default value: 1

Value

Type: string


Default value: "0"

Default values

Property Value
Controls[0] GUIEditBox'EditBox1'
Controls[1] GUISpinnerButton'Plus'
Controls[2] GUISpinnerButton'Minus'
WinHeight 0.06

Subobjects

EditBox1

Class: XInterface.GUIEditBox

Property Value
bIntOnly True
TextStr ""

Minus

Class: XInterface.GUISpinnerButton

Property Value
PlusButton False

Plus

Class: XInterface.GUISpinnerButton

Property Value
PlusButton True

Instance functions

CalcMaxLen

function CalcMaxLen ()


EditKeyEvent

function bool EditKeyEvent (out byte Key, out byte State, float delta)


EditOnChange

function EditOnChange (GUIComponent Sender)


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent


SetValue

function SetValue (int V)


SpinnerMinusClick

function bool SpinnerMinusClick (GUIComponent Sender)


SpinnerPlusClick

function bool SpinnerPlusClick (GUIComponent Sender)