The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:GUISpinnerButton (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIButton >> GUISpinnerButton

Contents

Package: 
XInterface
This class in other games:
UE2Runtime, UT2003

Class: UT2K4UI.UT2SpinnerButton

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

[edit] Default values

Property Value
bNeverFocus True
bRepeatClick True
bRequiresStyle True
OnClick InternalOnClick
StyleName "SpinnerButton"

[edit] Delegates

[edit] OnMinusClick

delegate bool OnMinusClick (GUIComponent Sender)


[edit] OnPlusClick

delegate bool OnPlusClick (GUIComponent Sender)


[edit] Instance functions

[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)