I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:GUIScrollZoneBase (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIScrollZoneBase

Contents

Package: 
XInterface
Direct subclasses:
GUIHorzScrollZone, GUIVertScrollZone

Created on: 08/23/2003 Base class for scroll zones

The ScrollZone is the background area for a scrollbar. When the user clicks on the zone, it caculates it's percentage.

Written by Joe Wilcox © 2003, Epic Games, Inc. All Rights Reserved

[edit] Default values

Property Value
bAcceptsInput True
bCaptureMouse True
bNeverFocus True
bRepeatClick True
bRequiresStyle True
OnClick InternalOnClick
RenderWeight 0.25
StyleName "ScrollZone"

[edit] Delegates

[edit] OnScrollZoneClick

delegate OnScrollZoneClick (float Delta)


[edit] Instance functions

[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)