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

UE2:UT2K4DMRoster (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Info >> ReplicationInfo >> TeamInfo >> UnrealTeamInfo >> DMRoster >> xDMRoster >> UT2K4DMRoster
Package: 
XGame

Roster for single player DM games, Players are selected randomly Roster consist from unknown players from: Juggs, Mercs and Egypt

Written by Michiel Hendriks (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

BotList[edit]

Type: array<string>


Default value, index 0: "Avalanche"

Default value, index 1: "Sorrow"

Default value, index 10: "Nafiret"

Default value, index 11: "Tranquility"

Default value, index 12: "Perdition"

Default value, index 13: "Vengeance"

Default value, index 14: "Stargazer"

Default value, index 15: "Phantom"

Default value, index 16: "Kain"

Default value, index 17: "Silhouette"

Default value, index 18: "Sphinx"

Default value, index 19: "Natron"

UsedBots[edit]

Type: array<string>

Modifiers: config

To create the same team in the loading screen and actual game

Default values[edit]

Property Value
TeamName "Death Match"

Functions[edit]

Events[edit]

PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: xDMRoster.PostBeginPlay


Other instance functions[edit]

AddPlayerFromList[edit]

function AddPlayerFromList ()


PreInitialize[edit]

function PreInitialize (int TeamBots)