Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:GUISlider (UT2004)
Object >> GUI >> GUIComponent >> GUISlider |
Contents
- 1 Properties
- 2 Delegates
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 Adjust
- 3.2.2 CenterMouse
- 3.2.3 GetValueString
- 3.2.4 HideToolTip
- 3.2.5 InternalCapturedMouseMove
- 3.2.6 InternalOnClick
- 3.2.7 InternalOnKeyEvent
- 3.2.8 InternalOnMousePressed
- 3.2.9 InternalOnMouseRelease
- 3.2.10 ModifyTooltipForDragging
- 3.2.11 RevertTooltipToNormal
- 3.2.12 SetReadOnly
- 3.2.13 SetValue
- 3.2.14 ShowToolTip
- 3.2.15 ToolTipLeaveArea
- Package:
- XInterface
- This class in other games:
- UT2003, UE2Runtime
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: UT2K4UI.GUISlider
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved Sliders will not be drawn if both MinValue & MaxValue are both 0
Properties[edit]
Property group 'GUISlider'[edit]
BarStyleName[edit]
Type: string
Default value: "SliderBar"
bDrawPercentSign[edit]
Type: bool
bIntSlider[edit]
Type: bool
bReadOnly[edit]
Type: bool
bShowCaption[edit]
Type: bool
bShowMarker[edit]
Type: bool
Default value: True
bShowValueTooltip[edit]
Type: bool
Show the current value as a tooltip while dragging
Default value: True
CaptionStyleName[edit]
Type: string
Default value: "SliderCaption"
FillImage[edit]
Type: Material
Default value: Material'2K4Menus.NewControls.SliderFillBlurry'
MarkerWidth[edit]
Type: float
MaxValue[edit]
Type: float
Default value: 100.0
MinValue[edit]
Type: float
Value[edit]
Type: float
Internal variables[edit]
BarStyle[edit]
Type: GUIStyles
CaptionStyle[edit]
Type: GUIStyles
Default values[edit]
Property | Value |
---|---|
bAcceptsInput | True |
bCaptureMouse | True |
bRequireReleaseClick | True |
bRequiresStyle | True |
bTabStop | True |
OnCapturedMouseMove | InternalCapturedMouseMove |
OnClick | InternalOnClick |
OnClickSound | CS_Click |
OnKeyEvent | InternalOnKeyEvent |
OnMousePressed | InternalOnMousePressed |
OnMouseRelease | InternalOnMouseRelease |
StyleName | "SliderKnob" |
ToolTip | GUIToolTip'GUISliderToolTip' |
WinHeight | 0.03 |
Subobjects[edit]
GUISliderToolTip[edit]
Class: XInterface.GUIToolTip
Empty subobject definition.
Delegates[edit]
OnDrawCaption[edit]
OnPreDrawCaption[edit]
Functions[edit]
Events[edit]
GetMarkerPosition[edit]
InitComponent[edit]
Overrides: GUIComponent.InitComponent
Other instance functions[edit]
Adjust[edit]
CenterMouse[edit]
Overrides: GUIComponent.CenterMouse