I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:DMRosterConfigured (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> Actor >> Info >> ReplicationInfo >> TeamInfo >> UnrealTeamInfo >> DMRoster >> xDMRoster >> DMRosterConfigured

Contents

Package: 
XGame
This class in other games:
UT2003

null

[edit] Properties

[edit] Characters

Type: array<string>

Modifiers: config


[edit] Functions

[edit] Static functions

[edit] AddCharacter

static function AddCharacter (string CharName)


[edit] FindCharIndex

static function int FindCharIndex (string CharName)


[edit] GetAllCharacters

static function GetAllCharacters (out array<stringChars)

Overrides: TeamInfo.GetAllCharacters


[edit] RemoveCharacter

static function RemoveCharacter (int Index, int Count)


[edit] SetCharacters

static function SetCharacters (array<stringChars)

Overrides: TeamInfo.SetCharacters


[edit] Events

[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: xDMRoster.PostBeginPlay


[edit] Other instance functions

[edit] AllBotsSpawned

function bool AllBotsSpawned ()

Overrides: UnrealTeamInfo.AllBotsSpawned


[edit] Initialize

function Initialize (int TeamBots)

Overrides: xDMRoster.Initialize


[edit] OverrideInitialBots

function int OverrideInitialBots (int N, UnrealTeamInfo T)

Overrides: UnrealTeamInfo.OverrideInitialBots


Personal tools