Always snap to grid

Difference between revisions of "UE3:UTDeathmatch (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
Line 28: Line 28:
 
|-
 
|-
 
| {{tl|Description||UTGame internal variables}}
 
| {{tl|Description||UTGame internal variables}}
| "Jeder gegen jeden, töten oder getötet werden. Der Spieler mit den meisten Frags gewinnt."
+
| "Free-for-all kill or be killed. The player with the most frags wins."
 
|-
 
|-
 
| {{tl|EndOfMatchRulesTemplateStr_Scoring||UTGame internal variables}}
 
| {{tl|EndOfMatchRulesTemplateStr_Scoring||UTGame internal variables}}
| "Erster mit `g Frags gewinnt"
+
| "First to make `g frags wins"
 
|-
 
|-
 
| {{tl|EndOfMatchRulesTemplateStr_ScoringSingle||UTGame internal variables}}
 
| {{tl|EndOfMatchRulesTemplateStr_ScoringSingle||UTGame internal variables}}
| "Erster der fraggt gewinnt"
+
| "First to frag wins"
 
|-
 
|-
 
| {{tl|EndOfMatchRulesTemplateStr_Time||UTGame internal variables}}
 
| {{tl|EndOfMatchRulesTemplateStr_Time||UTGame internal variables}}
| "Die meisten Frags in `t Min. gewinnt"
+
| "most frags in `t mins. wins"
 
|-
 
|-
 
| {{tl|GameName||GameInfo properties}}
 
| {{tl|GameName||GameInfo properties}}

Revision as of 07:40, 23 May 2008

UT3 Object >> Actor >> Info >> GameInfo >> UTGame >> UTDeathmatch
Package: 
UTGame
Direct subclasses:
UTTeamGame, UTBetrayalGame
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Default values

Property Value
Acronym "DM"
bIgnoreTeamForVoiceChat True
bScoreDeaths True
DefaultEnemyRosterClass "UTGame.UTDMRoster"
Description "Free-for-all kill or be killed. The player with the most frags wins."
EndOfMatchRulesTemplateStr_Scoring "First to make `g frags wins"
EndOfMatchRulesTemplateStr_ScoringSingle "First to frag wins"
EndOfMatchRulesTemplateStr_Time "most frags in `t mins. wins"
GameName "DeathMatch"
MapPrefixes[0] "DM"
OnlineGameSettingsClass Class'UTGame.UTGameSettingsDM'
OnlineStatsWriteClass Class'UTGame.UTLeaderboardWriteDM'

Instance functions

GetHandicapNeed

function int GetHandicapNeed (Pawn Other)

Overrides: UTGame.GetHandicapNeed

return a value based on how much this pawn needs help

WantsPickups

function bool WantsPickups (UTBot B)


WriteOnlineStats

function WriteOnlineStats ()

Overrides: GameInfo.WriteOnlineStats

Writes out the stats for the game type