Cogito, ergo sum

UE2:GUISpinnerButton (UT2004)

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

Class: UT2K4UI.UT2SpinnerButton

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

Default values[edit]

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

Delegates[edit]

OnMinusClick[edit]

delegate bool OnMinusClick (GUIComponent Sender)


OnPlusClick[edit]

delegate bool OnPlusClick (GUIComponent Sender)


Instance functions[edit]

InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)