My program doesn't have bugs. It just develops random features.

UE2:GUIVertScrollBar (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIVertScrollBar

Contents

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

Class: GUI.GUIVertScrollBar

[edit] Properties

[edit] GrabOffset

Type: float

distance from top of button that the user started their drag. Set natively.

[edit] GripHeight

Type: float

How big is the grip - Set Natively

[edit] GripTop

Type: float

Where in the ScrollZone is the grip - Set Natively

[edit] MyDownButton

Type: GUIVertScrollButton

Modifiers: automated


Default value: GUIVertScrollButton'DownBut'

[edit] MyGripButton

Type: GUIVertGripButton

Modifiers: automated


Default value: GUIVertGripButton'Grip'

[edit] MyScrollZone

Type: GUIVertScrollZone

Modifiers: automated


Default value: GUIVertScrollZone'ScrollZone'

[edit] MyUpButton

Type: GUIVertScrollButton

Modifiers: automated


Default value: GUIVertScrollButton'UpBut'

[edit] Default values

Property Value
bAcceptsInput True
WinWidth 0.0375

[edit] Subobjects

[edit] DownBut

Class: GUI.GUIVertScrollButton

Empty subobject definition.

[edit] Grip

Class: GUI.GUIVertGripButton

Empty subobject definition.

[edit] ScrollZone

Class: GUI.GUIVertScrollZone

Empty subobject definition.

[edit] UpBut

Class: GUI.GUIVertScrollButton

Property Value
UpButton True

[edit] Functions

[edit] Events

[edit] AlignThumb

event AlignThumb ()

Overrides: GUIScrollBarBase.AlignThumb


[edit] Other instance functions

[edit] DownTickClick

function bool DownTickClick (GUIComponent Sender)


[edit] GripClick

function bool GripClick (GUIComponent Sender)


[edit] GripMouseMove

function bool GripMouseMove (float deltaX, float deltaY)


[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent


[edit] MoveGripBy

function MoveGripBy (int items)

Overrides: GUIScrollBarBase.MoveGripBy


[edit] UpdateGripPosition

function UpdateGripPosition (float NewPos)

Overrides: GUIScrollBarBase.UpdateGripPosition


[edit] UpTickClick

function bool UpTickClick (GUIComponent Sender)


[edit] WheelDown

function WheelDown ()


[edit] WheelUp

function WheelUp ()


[edit] ZoneClick

function ZoneClick (float Delta)