I'm a doctor, not a mechanic
UE2:GUIHorzScrollBar (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIHorzScrollBar |
- Package:
- XInterface
- This class in other games:
- UT2003, UE2Runtime
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: XInterface.GUIHorzScrollBar Parent: XInterface.GUIScrollBarBase
Scrollbar assembly for horizontal lists.
Default values[edit]
Subobjects[edit]
HGrip[edit]
Class: XInterface.GUIHorzGripButton
Property | Value |
---|---|
OnMousePressed | GripPressed |
HLeftBut[edit]
Class: XInterface.GUIHorzScrollButton
Property | Value |
---|---|
OnClick | GUIScrollBarBase.DecreaseClick |
HRightBut[edit]
Class: XInterface.GUIHorzScrollButton
Property | Value |
---|---|
bIncreaseButton | True |
OnClick | GUIScrollBarBase.IncreaseClick |
HScrollZone[edit]
Class: XInterface.GUIHorzScrollZone
Property | Value |
---|---|
OnScrollZoneClick | ZoneClick |
Instance functions[edit]
GripPreDraw[edit]
function bool GripPreDraw (GUIComponent Sender)
Overrides: GUIScrollBarBase.GripPreDraw
GripPressed[edit]
function GripPressed (GUIComponent Sender, bool IsRepeat)
ZoneClick[edit]
function ZoneClick (float Delta)