I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:GUIHorzScrollZone (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIHorzScrollZone

Contents

Package: 
GUI
This class in other games:
UT2003, UT2004

Class: GUI.GUIHorzScrollZone Parent: GUI.GUIComponent

<Enter a description here>

[edit] Default values

Property Value
bAcceptsInput True
bCaptureMouse True
bNeverFocus True
bRepeatClick True
StyleName "ScrollZone"

[edit] Delegates

[edit] OnScrollZoneClick

delegate OnScrollZoneClick (float Delta)


[edit] Instance functions

[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)