I don't need to test my programs. I have an error-correcting modem.

UE2:GUISlider (UT2003)

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

Class: xInterface.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


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)


LoadINI

function string LoadINI ()

Overrides: GUIComponent.LoadINI


SaveINI

function SaveINI (string V)

Overrides: GUIComponent.SaveINI


SetValue

function SetValue (float NewValue)