Gah - a solution with more questions. – EntropicLqd

UE2:GUICharacterListTeam (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
XInterface
This class in other games:
UT2003

Class: UT2K4UI.GUICharacterListTeam Parent: UT2K4UI.GUICharacterList

Specialized version of charlist that allows manual addition/ removal of players. author: capps 8/25/02

[edit] Instance functions

[edit] InitList

function InitList ()

Overrides: GUICharacterList.InitList


[edit] InitListExcl

function InitListExcl (array<stringmenus, optional string Race)

Include all players except those described with Menu=s

[edit] InitListExclusive

function InitListExclusive (string s, optional string s2)

Include all players except those described with Menu=s

[edit] InitListIncl

function InitListIncl (array<stringmenus, optional string Race)

Include all players except those described with Menu=s

[edit] InitListInclusive

function InitListInclusive (string s)

Include only those players described with Menu=s

[edit] PopulateList

function PopulateList (array<stringPlayerNames)

populate the player list based on default player names

[edit] ResetList

function ResetList (array<xUtil.PlayerRecordPlayerTeam, int numchars)

Populate list with Player team members