There is no spoon

UE2:GUIList (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIList
Package: 
XInterface
Direct subclass:
GUIScrollText
This class in other games:
UT2004, UE2Runtime

Class: XInterface.GUIList

The GUIList is a basic list component.

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

Properties[edit]

Elements[edit]

Type: array<GUI.GUIListElem>


TextAlign[edit]

Type: GUI.eTextAlign

How is text Aligned in the control

Default value: TXTA_Center

Delegates[edit]

CompareItem[edit]

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


Functions[edit]

Native functions[edit]

SortList[edit]

native final function SortList ()


Events[edit]

Swap[edit]

event Swap (int IndexA, int IndexB)


Other instance functions[edit]

Add[edit]

function Add (string NewItem, optional Object obj, optional string Str)


Clear[edit]

function Clear ()

Overrides: GUIListBase.Clear


find[edit]

function string find (string Text, optional bool bExact)


Get[edit]

function string Get ()


GetAtIndex[edit]

function GetAtIndex (int i, out string ItemStr, out Object ExtraObj, out string ExtraStr)


GetExtra[edit]

function string GetExtra ()


GetExtraAtIndex[edit]

function string GetExtraAtIndex (int i)


GetItemAtIndex[edit]

function string GetItemAtIndex (int i)


GetObject[edit]

function Object GetObject ()


GetObjectAtIndex[edit]

function Object GetObjectAtIndex (int i)


Insert[edit]

function Insert (int Index, string NewItem, optional Object obj, optional string Str)


LoadFrom[edit]

function LoadFrom (GUIList Source, optional bool bClearFirst)


Remove[edit]

function Remove (int i, optional int Count)


RemoveItem[edit]

function RemoveItem (string Item)


Replace[edit]

function Replace (int index, string NewItem, optional Object obj, optional string Str)


SelectedText[edit]

function string SelectedText ()


SetExtraAtIndex[edit]

function SetExtraAtIndex (int i, string NewExtra)


SetItemAtIndex[edit]

function SetItemAtIndex (int i, string NewItem)