There is no spoon
UE2:GUI (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:GUIListElem (UT2004))
| Object >> GUI |
Contents |
- Package:
- XInterface
- Direct subclasses:
- GUIComponent, GUIFont, GUIStyles, GUIUserKeyBinding, GUIUserModInfo
- This class in other games:
- UE2Runtime, UT2003
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: UT2K4UI.GUI
GUI is an abstract class that holds all of the enums and structs for the UI system
Written by Joe Wilcox Updated by Ron Prestenback (c) 2002, Epic Games, Inc. All Rights Reserved
[edit] Constants
[edit] Counter
Value: 0
[edit] QBTN_Ok
Value: 1
[edit] QBTN_Cancel
Value: 2
[edit] QBTN_Retry
Value: 4
[edit] QBTN_Continue
Value: 8
[edit] QBTN_Yes
Value: 16
[edit] QBTN_No
Value: 32
[edit] QBTN_Abort
Value: 64
[edit] QBTN_Ignore
Value: 128
[edit] QBTN_OkCancel
Value: 3
[edit] QBTN_AbortRetry
Value: 68
[edit] QBTN_YesNo
Value: 48
[edit] QBTN_YesNoCancel
Value: 50
[edit] Properties
[edit] Controller
Type: GUIController
Modifiers: noexport
Callback to the GUIController running the show
[edit] SaveColor
Type: Object.Color
Modifiers: noexport
[edit] SaveFont
Type: Font
Modifiers: noexport
[edit] SaveModulation
Type: Object.Plane
Modifiers: noexport
[edit] SaveStyle
Type: byte
Modifiers: noexport
[edit] SaveX
Type: float
Modifiers: noexport
[edit] SaveY
Type: float
Modifiers: noexport
[edit] Enums
See GUI enums.
[edit] Structs
[edit] APackInfo
[edit] AutoLoginInfo
[edit] GUIListElem
Modifiers: native, init
[edit] GUITabItem
[edit] GUITreeNode
Modifiers: native, init
[edit] ImageListElem
Modifiers: native, init
[edit] MultiSelectListElem
Modifiers: native, init
- string Item
- Object ExtraData
- string ExtraStrData
- bool bSelected
- int SelectionIndex
- Used for tracking
- bool bSection
[edit] Functions
[edit] Static functions
[edit] IsDigit
[edit] JoinArray
static final function string JoinArray (array<string> StringArray, optional string delim, optional bool bIgnoreBlanks)
[edit] Native functions
[edit] GetModList
[edit] GetModLogo
[edit] GetModValue
[edit] Profile
native function Profile (string ProfileName)
