I love the smell of UnrealEd crashing in the morning. – tarquin
Difference between revisions of "UE2:DMRosterBeatTeam (UT2004)"
From Unreal Wiki, The Unreal Engine Documentation Site
(New page: {{infobox class | package = XGame | parent1 = Actor | parent2 = Info | parent3 = ReplicationInfo | parent4 = TeamInfo | parent5 = UnrealTeamInfo | parent6 = DMRoster | parent7 = xDMRoster ...) |
(Auto-generated page) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{infobox class | {{infobox class | ||
| package = XGame | | package = XGame | ||
− | | parent1 = | + | | parent1 = xDMRoster |
− | | parent2 = | + | | parent2 = DMRoster |
− | | parent3 = | + | | parent3 = UnrealTeamInfo |
| parent4 = TeamInfo | | parent4 = TeamInfo | ||
− | | parent5 = | + | | parent5 = ReplicationInfo |
− | | parent6 = | + | | parent6 = Info |
− | | parent7 = | + | | parent7 = Actor |
− | }} | + | | parent8 = Object |
− | + | }} | |
+ | {{autogenerated}} | ||
+ | null | ||
− | == | + | ==Default values== |
− | ===Initialize=== | + | {| class="list defaults" |
− | + | ! Property | |
− | + | ! Value | |
− | + | |- | |
− | + | | {{tl|TeamName||TeamInfo}} | |
+ | | "Death Match" | ||
+ | |- | ||
+ | | {{tl|TeamSymbolName||UnrealTeamInfo}} | ||
+ | | "TeamSymbols_UT2003.Sym01" | ||
+ | |} | ||
+ | |||
+ | ==Instance functions== | ||
+ | ====Initialize==== | ||
+ | {{code|function '''Initialize''' ([[int]] '''TeamBots''')}} | ||
+ | |||
+ | '''Overrides:''' {{tl|Initialize|xDMRoster}} | ||
+ | |||
+ | <!-- enter function description --> |
Latest revision as of 10:11, 17 May 2008
Object >> Actor >> Info >> ReplicationInfo >> TeamInfo >> UnrealTeamInfo >> DMRoster >> xDMRoster >> DMRosterBeatTeam |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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