The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:GUISpinnerButton (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIButton >> GUISpinnerButton |
Contents |
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2003
| This is an auto-generated page and may need human attention. Please remove this 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
[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)
