UE2:GUISlider (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT2003 Object >> GUI >> GUIComponent >> GUISlider
Package:
XInterface
This class in other games:

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)