I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
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
Subobjects
DownBut
Class: XInterface.GUIVertScrollButton
Property | Value |
---|---|
bIncreaseButton | True |
OnClick | GUIScrollBarBase.IncreaseClick |
Grip
Class: XInterface.GUIVertGripButton
Property | Value |
---|---|
OnMousePressed | GripPressed |
ScrollZone
Class: XInterface.GUIVertScrollZone
Property | Value |
---|---|
OnScrollZoneClick | ZoneClick |
UpBut
Class: XInterface.GUIVertScrollButton
Property | Value |
---|---|
OnClick | GUIScrollBarBase.DecreaseClick |
Instance functions
GripPreDraw
function bool GripPreDraw (GUIComponent Sender)
Overrides: GUIScrollBarBase.GripPreDraw
GripPressed
function GripPressed (GUIComponent Sender, bool IsRepeat)
ZoneClick
function ZoneClick (float Delta)