UE2:GUISlider (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
UE2Runtime Object >> GUI >> GUIComponent >> GUISlider
Package:
GUI
This class in other games:

Class: GUI.GUISlider

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Properties

Property group 'Menu'

CaptionStyleName

Type: string


Default value: "SliderCaption"

MaxValue

Type: float


MinValue

Type: float


Internal variables

bIntSlider

Type: bool


CaptionStyle

Type: GUIStyles


Step

Type: float


Default value: 1.0

Value

Type: float


Default values

Property Value
bAcceptsInput True
bCaptureMouse True
bRequireReleaseClick True
bTabStop True
OnClickSound CS_Click
StyleName "RoundButton"
WinHeight 0.03

Delegates

OnDrawCaption

delegate string OnDrawCaption ()


Instance functions

Adjust

function Adjust (float amount)


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


InternalCapturedMouseMove

function bool InternalCapturedMouseMove (float deltaX, float deltaY)


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)


InternalOnMousePressed

function InternalOnMousePressed (GUIComponent Sender, bool RepeatClick)


InternalOnXControllerEvent

function bool InternalOnXControllerEvent (byte Id, GUI.eXControllerCodes iCode)


LoadINI

function string LoadINI ()

Overrides: GUIComponent.LoadINI


SaveINI

function SaveINI (string V)

Overrides: GUIComponent.SaveINI


SetValue

function SetValue (float NewValue)