I'm a doctor, not a mechanic

UE2:GUICharacterList (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

bLocked

Type: bool


DefaultPortrait

Type: Material

Image used for unused entries

PlayerList

Type: array<xUtil.PlayerRecord>


Instance functions

Add

function Add (string NewItem, optional Object obj)


Clear

function Clear ()

Overrides: GUIListBase.Clear


End

function End ()

Overrides: GUICircularList.End


find

function find (string Text, optional bool bExact)


GetDecoText

function string GetDecoText ()


GetName

function string GetName ()


GetPortrait

function Material GetPortrait ()


GetRecord

function xUtil.PlayerRecord GetRecord ()


GetSound

function Sound GetSound ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUICircularList.InitComponent


InitList

function InitList ()


Remove

function Remove (int Index, optional int Count)


ScrollLeft

function ScrollLeft ()

Overrides: GUICircularList.ScrollLeft


ScrollRight

function ScrollRight ()

Overrides: GUICircularList.ScrollRight


SelectedText

function string SelectedText ()