There is no spoon

UE2:GUICharacterList (UT2003)

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

Class: XInterface.GUICharacterList Parent: XInterface.GUIHorzList

<Enter a description here>

Properties[edit]

bLocked[edit]

Type: bool


DefaultPortrait[edit]

Type: Material

Image used for unused entries

PlayerList[edit]

Type: array<xUtil.PlayerRecord>


Instance functions[edit]

Add[edit]

function Add (string NewItem, optional Object obj)


Clear[edit]

function Clear ()

Overrides: GUIListBase.Clear


End[edit]

function End ()

Overrides: GUICircularList.End


find[edit]

function find (string Text, optional bool bExact)


GetDecoText[edit]

function string GetDecoText ()


GetName[edit]

function string GetName ()


GetPortrait[edit]

function Material GetPortrait ()


GetRecord[edit]

function xUtil.PlayerRecord GetRecord ()


GetSound[edit]

function Sound GetSound ()


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUICircularList.InitComponent


InitList[edit]

function InitList ()


Remove[edit]

function Remove (int Index, optional int Count)


ScrollLeft[edit]

function ScrollLeft ()

Overrides: GUICircularList.ScrollLeft


ScrollRight[edit]

function ScrollRight ()

Overrides: GUICircularList.ScrollRight


SelectedText[edit]

function string SelectedText ()