Cogito, ergo sum
UE2:GUIVertScrollBar (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIVertScrollBar |
- Package:
- XInterface
- Direct subclass:
- GUITreeScrollBar
- 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.GUIVertScrollBar Parent: Xinterface.GUIScrollBarBase
Custom scrollbar for vertical lists
Default values[edit]
Subobjects[edit]
DownBut[edit]
Class: XInterface.GUIVertScrollButton
Property | Value |
---|---|
bIncreaseButton | True |
OnClick | GUIScrollBarBase.IncreaseClick |
Grip[edit]
Class: XInterface.GUIVertGripButton
Property | Value |
---|---|
OnMousePressed | GripPressed |
ScrollZone[edit]
Class: XInterface.GUIVertScrollZone
Property | Value |
---|---|
OnScrollZoneClick | ZoneClick |
UpBut[edit]
Class: XInterface.GUIVertScrollButton
Property | Value |
---|---|
OnClick | GUIScrollBarBase.DecreaseClick |
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)