Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:GUIVertScrollZone (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIVertScrollZone |
- Package:
- XInterface
- This class in other games:
- UT2004, 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.GUIVertScrollZone
The VertScrollZone is the background zone for a vertical scrollbar. When the user clicks on the zone, it caculates it's percentage.
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
Default values
Property | Value |
---|---|
bAcceptsInput | True |
bCaptureMouse | True |
bNeverFocus | True |
bRepeatClick | True |
StyleName | "ScrollZone" |
Delegates
OnScrollZoneClick
delegate OnScrollZoneClick (float Delta)
Instance functions
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)