I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:GUICharacterList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUICircularList >> GUICharacterList

Contents

Package: 
XInterface
Direct subclass:
GUICharacterListTeam
This class in other games:
UT2003

Class: UT2K4UI.GUICharacterList Parent: UT2K4UI.GUIHorzList

<Enter a description here>

[edit] Properties

[edit] Property group 'GUICharacterList'

[edit] bLocked

Type: bool


[edit] DefaultPortrait

Type: Material

Image used for unused entries

[edit] PlayerList

Type: array<xUtil.PlayerRecord>


[edit] SelectedElements

Type: array<xUtil.PlayerRecord>


[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUICircularList.InitComponent


[edit] Other instance functions

[edit] Add

function Add (string NewItem, optional Object obj)


[edit] Clear

function Clear ()

Overrides: GUIListBase.Clear


[edit] ClearPendingElements

function ClearPendingElements ()

Overrides: GUIListBase.ClearPendingElements


[edit] End

function End ()

Overrides: GUICircularList.End


[edit] Find

function Find (string Text, optional bool bExact)


[edit] GetDecoText

function string GetDecoText ()


[edit] GetDecoTextAt

function string GetDecoTextAt (int AtIndex)


[edit] GetGender

function string GetGender ()


[edit] GetGenderAt

function string GetGenderAt (int i)


[edit] GetName

function string GetName ()


[edit] GetNameAt

function string GetNameAt (int i)


[edit] GetPendingElements

function array<xUtil.PlayerRecordGetPendingElements (optional bool bGuarantee)


[edit] GetPortrait

function Material GetPortrait ()


[edit] GetPortraitAt

function Material GetPortraitAt (int i)


[edit] GetRecord

function xUtil.PlayerRecord GetRecord ()


[edit] GetRecordAt

function xUtil.PlayerRecord GetRecordAt (int i)


[edit] GetSound

function Sound GetSound ()


[edit] GetSoundAt

function Sound GetSoundAt (int i)


[edit] InitList

function InitList ()


[edit] InternalOnBeginDrag

function bool InternalOnBeginDrag (GUIComponent Sender)

Overrides: GUIListBase.InternalOnBeginDrag


[edit] InternalOnDragDrop

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


[edit] InternalOnEndDrag

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)

Overrides: GUIListBase.InternalOnEndDrag


[edit] MoveLeft

function bool MoveLeft ()

Overrides: GUICircularList.MoveLeft


[edit] MoveRight

function bool MoveRight ()

Overrides: GUICircularList.MoveRight


[edit] Remove

function Remove (int i, optional int Count)


[edit] ScrollLeft

function ScrollLeft ()


[edit] ScrollRight

function ScrollRight ()


[edit] SelectedText

function string SelectedText ()


[edit] ValidIndex

function bool ValidIndex (int i)