I'm a doctor, not a mechanic

UE2:GUIList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIList

Contents

Package: 
XInterface
Direct subclasses:
GUIScrollText, MultiSelectList
This class in other games:
UE2Runtime, UT2003

The GUIList is a basic list component.

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

[edit] Properties

[edit] Property group 'GUIList'

[edit] BonusPackColor

Type: Object.Color

Used to signify items standard in BonusPacks

[edit] Elements

Type: array<GUI.GUIListElem>

Modifiers: editconstarray, editconst


[edit] Official2004Color

Type: Object.Color

Used to signify items standard in UT2004

[edit] OfficialColor

Type: Object.Color

Used to signify items standard in UT2003

[edit] SelectedElements

Type: array<GUI.GUIListElem>

Modifiers: editconstarray, editconst

Used to easily support drag-n-drop between the same list

[edit] TextAlign

Type: GUI.eTextAlign

How is text Aligned in the control

Default value: TXTA_Center

[edit] Delegates

[edit] CompareItem

delegate int CompareItem (GUI.GUIListElem ElemA, GUI.GUIListElem ElemB)


[edit] Functions

[edit] Native functions

[edit] SortList

native final function SortList ()


[edit] Events

[edit] Swap

event Swap (int IndexA, int IndexB)


[edit] Other instance functions

See GUIList instance functions.