I'm a doctor, not a mechanic
UE2:GUISpinnerButton (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIButton >> GUISpinnerButton |
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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)