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

UE3:UTDeathmatch (UT3)

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

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

Default values[edit]

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'

Functions[edit]

Static functions[edit]

CheckLikeTheBackOfMyHandAchievement[edit]

static function bool CheckLikeTheBackOfMyHandAchievement (UTPlayerController PC, int index)


Instance functions[edit]

CheckAchievements[edit]

function CheckAchievements ()


CheckCampaignAchievements[edit]

function CheckCampaignAchievements (int ChapterIndex, int Difficulty, bool Coop)


CheckMissionAchievements[edit]

function CheckMissionAchievements ()


CheckSpiceOfLifeAchievement[edit]

function CheckSpiceOfLifeAchievement ()


GetHandicapNeed[edit]

function int GetHandicapNeed (Pawn Other)

Overrides: UTGame.GetHandicapNeed

return a value based on how much this pawn needs help

IsValidMutatorsForLikeTheBackOfMyHand[edit]

function bool IsValidMutatorsForLikeTheBackOfMyHand ()

Overrides: UTGame.IsValidMutatorsForLikeTheBackOfMyHand


UpdateOnlineAchievements[edit]

function UpdateOnlineAchievements ()


WantsPickups[edit]

function bool WantsPickups (UTBot B)


WriteOnlineStats[edit]

function WriteOnlineStats ()

Overrides: GameInfo.WriteOnlineStats

Writes out the stats for the game type