I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:GUIHorzScrollBar (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIHorzScrollBar |
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: XInterface.GUIHorzScrollBar Parent: XInterface.GUIScrollBarBase
Scrollbar assembly for horizontal lists.
[edit] Default values
[edit] Subobjects
[edit] HGrip
Class: XInterface.GUIHorzGripButton
| Property | Value |
|---|---|
| OnMousePressed | GripPressed |
[edit] HLeftBut
Class: XInterface.GUIHorzScrollButton
| Property | Value |
|---|---|
| OnClick | GUIScrollBarBase.DecreaseClick |
[edit] HRightBut
Class: XInterface.GUIHorzScrollButton
| Property | Value |
|---|---|
| bIncreaseButton | True |
| OnClick | GUIScrollBarBase.IncreaseClick |
[edit] HScrollZone
Class: XInterface.GUIHorzScrollZone
| Property | Value |
|---|---|
| OnScrollZoneClick | ZoneClick |
[edit] Instance functions
[edit] GripPreDraw
function bool GripPreDraw (GUIComponent Sender)
Overrides: GUIScrollBarBase.GripPreDraw
[edit] GripPressed
function GripPressed (GUIComponent Sender, bool IsRepeat)
[edit] ZoneClick
function ZoneClick (float Delta)
