Mostly Harmless

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

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision: class descriptions for UDK January update (part 7))
 
(No difference)

Latest revision as of 05:52, 17 January 2010

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


Default values[edit]

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

Instance functions[edit]

GetHandicapNeed[edit]

function int GetHandicapNeed (Pawn Other)

Overrides: UTGame.GetHandicapNeed

return a value based on how much this pawn needs help

WantsPickups[edit]

function bool WantsPickups (UTBot B)