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

UE2:GUICharacterListTeam (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUICircularList >> GUICharacterList >> GUICharacterListTeam
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

Instance functions[edit]

InitList[edit]

function InitList ()

Overrides: GUICharacterList.InitList


InitListExcl[edit]

function InitListExcl (array<stringmenus, optional string Race)

Include all players except those described with Menu=s

InitListExclusive[edit]

function InitListExclusive (string s, optional string s2)

Include all players except those described with Menu=s

InitListIncl[edit]

function InitListIncl (array<stringmenus, optional string Race)

Include all players except those described with Menu=s

InitListInclusive[edit]

function InitListInclusive (string s)

Include only those players described with Menu=s

PopulateList[edit]

function PopulateList (array<stringPlayerNames)

populate the player list based on default player names

ResetList[edit]

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

Populate list with Player team members