I'm a doctor, not a mechanic

Difference between revisions of "UE2:DMRosterBeatTeam (UT2004)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (updated due to changes to class infobox)
(Auto-generated page)
 
Line 8: Line 8:
 
| parent6 = Info
 
| parent6 = Info
 
| parent7 = Actor
 
| parent7 = Actor
}}  
+
| parent8 = Object
This special roster subclass is used to populate an enemy team with the player's selected teammates.
+
}}
 +
{{autogenerated}}
 +
null
  
==Instance functions==
+
==Default values==
====Initialize====
+
{| class="list defaults"
function '''Initialize''' ([[int]] '''TeamBots''')
+
! Property
{| class="list"
+
! Value
 
|-
 
|-
! Overrides:
+
| {{tl|TeamName||TeamInfo}}
| [[{{samegame|xDMRoster}}#Initialize|xDMRoster.Initialize]]
+
| "Death Match"
 +
|-
 +
| {{tl|TeamSymbolName||UnrealTeamInfo}}
 +
| "TeamSymbols_UT2003.Sym01"
 
|}
 
|}
Called immediately after spawning the roster class.
 
  
'''Parameters:'''
+
==Instance functions==
* ''TeamBots'' - Number of bots to add.
+
====Initialize====
 +
{{code|function '''Initialize''' ([[int]] '''TeamBots''')}}
 +
 
 +
'''Overrides:''' {{tl|Initialize|xDMRoster}}
 +
 
 +
<!-- enter function description -->

Latest revision as of 10:11, 17 May 2008

UT2004 Object >> Actor >> Info >> ReplicationInfo >> TeamInfo >> UnrealTeamInfo >> DMRoster >> xDMRoster >> DMRosterBeatTeam
Package: 
XGame
This class in other games:
UT2003

null

Default values[edit]

Property Value
TeamName "Death Match"
TeamSymbolName "TeamSymbols_UT2003.Sym01"

Instance functions[edit]

Initialize[edit]

function Initialize (int TeamBots)

Overrides: xDMRoster.Initialize