Always snap to grid

UE2:GUIVertScrollBar (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIVertScrollBar
Package: 
GUI
This class in other games:
UT2004, UT2003

Class: GUI.GUIVertScrollBar

Properties[edit]

GrabOffset[edit]

Type: float

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

GripHeight[edit]

Type: float

How big is the grip - Set Natively

GripTop[edit]

Type: float

Where in the ScrollZone is the grip - Set Natively

MyDownButton[edit]

Type: GUIVertScrollButton

Modifiers: automated


Default value: GUIVertScrollButton'DownBut'

MyGripButton[edit]

Type: GUIVertGripButton

Modifiers: automated


Default value: GUIVertGripButton'Grip'

MyScrollZone[edit]

Type: GUIVertScrollZone

Modifiers: automated


Default value: GUIVertScrollZone'ScrollZone'

MyUpButton[edit]

Type: GUIVertScrollButton

Modifiers: automated


Default value: GUIVertScrollButton'UpBut'

Default values[edit]

Property Value
bAcceptsInput True
WinWidth 0.0375

Subobjects[edit]

DownBut[edit]

Class: GUI.GUIVertScrollButton

Empty subobject definition.

Grip[edit]

Class: GUI.GUIVertGripButton

Empty subobject definition.

ScrollZone[edit]

Class: GUI.GUIVertScrollZone

Empty subobject definition.

UpBut[edit]

Class: GUI.GUIVertScrollButton

Property Value
UpButton True

Functions[edit]

Events[edit]

AlignThumb[edit]

event AlignThumb ()

Overrides: GUIScrollBarBase.AlignThumb


Other instance functions[edit]

DownTickClick[edit]

function bool DownTickClick (GUIComponent Sender)


GripClick[edit]

function bool GripClick (GUIComponent Sender)


GripMouseMove[edit]

function bool GripMouseMove (float deltaX, float deltaY)


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent


MoveGripBy[edit]

function MoveGripBy (int items)

Overrides: GUIScrollBarBase.MoveGripBy


UpdateGripPosition[edit]

function UpdateGripPosition (float NewPos)

Overrides: GUIScrollBarBase.UpdateGripPosition


UpTickClick[edit]

function bool UpTickClick (GUIComponent Sender)


WheelDown[edit]

function WheelDown ()


WheelUp[edit]

function WheelUp ()


ZoneClick[edit]

function ZoneClick (float Delta)