UE2:GUISpinnerButton (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIButton >> GUISpinnerButton |
- Package:
- XInterface
- This class in other games:
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
Property | Value |
---|---|
bNeverFocus | True |
bRepeatClick | True |
bRequiresStyle | True |
OnClick | InternalOnClick |
StyleName | "SpinnerButton" |
Delegates
OnMinusClick
delegate bool OnMinusClick (GUIComponent Sender)
OnPlusClick
delegate bool OnPlusClick (GUIComponent Sender)
Instance functions
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)