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

UE3:UTDeathmatch (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> Info >> GameInfo >> UTGame >> UTDeathmatch
Package: 
UTGame
Direct subclass:
UTTeamGame
This class in other games:
UT3


Default values

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

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)