Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:GUICharacterList (UT2004)

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

Class: UT2K4UI.GUICharacterList Parent: UT2K4UI.GUIHorzList

<Enter a description here>

Properties

Property group 'GUICharacterList'

bLocked

Type: bool


DefaultPortrait

Type: Material

Image used for unused entries

PlayerList

Type: array<xUtil.PlayerRecord>


SelectedElements

Type: array<xUtil.PlayerRecord>


Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUICircularList.InitComponent


Other instance functions

Add

function Add (string NewItem, optional Object obj)


Clear

function Clear ()

Overrides: GUIListBase.Clear


ClearPendingElements

function ClearPendingElements ()

Overrides: GUIListBase.ClearPendingElements


End

function End ()

Overrides: GUICircularList.End


Find

function Find (string Text, optional bool bExact)


GetDecoText

function string GetDecoText ()


GetDecoTextAt

function string GetDecoTextAt (int AtIndex)


GetGender

function string GetGender ()


GetGenderAt

function string GetGenderAt (int i)


GetName

function string GetName ()


GetNameAt

function string GetNameAt (int i)


GetPendingElements

function array<xUtil.PlayerRecordGetPendingElements (optional bool bGuarantee)


GetPortrait

function Material GetPortrait ()


GetPortraitAt

function Material GetPortraitAt (int i)


GetRecord

function xUtil.PlayerRecord GetRecord ()


GetRecordAt

function xUtil.PlayerRecord GetRecordAt (int i)


GetSound

function Sound GetSound ()


GetSoundAt

function Sound GetSoundAt (int i)


InitList

function InitList ()


InternalOnBeginDrag

function bool InternalOnBeginDrag (GUIComponent Sender)

Overrides: GUIListBase.InternalOnBeginDrag


InternalOnDragDrop

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


InternalOnEndDrag

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)

Overrides: GUIListBase.InternalOnEndDrag


MoveLeft

function bool MoveLeft ()

Overrides: GUICircularList.MoveLeft


MoveRight

function bool MoveRight ()

Overrides: GUICircularList.MoveRight


Remove

function Remove (int i, optional int Count)


ScrollLeft

function ScrollLeft ()


ScrollRight

function ScrollRight ()


SelectedText

function string SelectedText ()


ValidIndex

function bool ValidIndex (int i)