Always snap to grid

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

InitList

function InitList ()

Overrides: GUICharacterList.InitList


InitListExcl

function InitListExcl (array<stringmenus, optional string Race)

Include all players except those described with Menu=s

InitListExclusive

function InitListExclusive (string s, optional string s2)

Include all players except those described with Menu=s

InitListIncl

function InitListIncl (array<stringmenus, optional string Race)

Include all players except those described with Menu=s

InitListInclusive

function InitListInclusive (string s)

Include only those players described with Menu=s

PopulateList

function PopulateList (array<stringPlayerNames)

populate the player list based on default player names

ResetList

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

Populate list with Player team members