UE3:UTDeathmatch (UT3): Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary |
m added missing members |
||
Line 8: | Line 8: | ||
}} | }} | ||
{{autogenerated}} | {{autogenerated}} | ||
Copyright 1998- | Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. | ||
==Default values== | ==Default values== | ||
Line 52: | Line 52: | ||
|} | |} | ||
==Instance functions== | ==Functions== | ||
===Static functions=== | |||
====CheckLikeTheBackOfMyHandAchievement==== | |||
{{code|static function [[bool]] '''CheckLikeTheBackOfMyHandAchievement''' ({{cl|UTPlayerController}} '''PC''', [[int]] '''index''')}} | |||
<!-- enter function description --> | |||
===Instance functions=== | |||
====CheckAchievements==== | |||
{{code|function '''CheckAchievements''' ()}} | |||
<!-- enter function description --> | |||
====CheckCampaignAchievements==== | |||
{{code|function '''CheckCampaignAchievements''' ([[int]] '''ChapterIndex''', [[int]] '''Difficulty''', [[bool]] '''Coop''')}} | |||
<!-- enter function description --> | |||
====CheckMissionAchievements==== | |||
{{code|function '''CheckMissionAchievements''' ()}} | |||
<!-- enter function description --> | |||
====CheckSpiceOfLifeAchievement==== | |||
{{code|function '''CheckSpiceOfLifeAchievement''' ()}} | |||
<!-- enter function description --> | |||
====GetHandicapNeed==== | ====GetHandicapNeed==== | ||
{{code|function [[int]] '''GetHandicapNeed''' ({{cl|Pawn}} '''Other''')}} | {{code|function [[int]] '''GetHandicapNeed''' ({{cl|Pawn}} '''Other''')}} | ||
Line 59: | Line 86: | ||
return a value based on how much this pawn needs help | return a value based on how much this pawn needs help | ||
====IsValidMutatorsForLikeTheBackOfMyHand==== | |||
{{code|function [[bool]] '''IsValidMutatorsForLikeTheBackOfMyHand''' ()}} | |||
'''Overrides:''' {{tl|IsValidMutatorsForLikeTheBackOfMyHand|UTGame|instance functions}} | |||
<!-- enter function description --> | |||
====UpdateOnlineAchievements==== | |||
{{code|function '''UpdateOnlineAchievements''' ()}} | |||
<!-- enter function description --> | |||
====WantsPickups==== | ====WantsPickups==== |
Latest revision as of 03:37, 16 August 2009
- Package:
- UTGame
- Direct subclasses:
- UTTeamGame, UTBetrayalGame
- This class in other games:
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. |
Copyright 1998-2008 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' |
Functions
Static functions
CheckLikeTheBackOfMyHandAchievement
Instance functions
CheckAchievements
function CheckAchievements ()
CheckCampaignAchievements
CheckMissionAchievements
function CheckMissionAchievements ()
CheckSpiceOfLifeAchievement
function CheckSpiceOfLifeAchievement ()
GetHandicapNeed
Overrides: UTGame.GetHandicapNeed
return a value based on how much this pawn needs help
IsValidMutatorsForLikeTheBackOfMyHand
function bool IsValidMutatorsForLikeTheBackOfMyHand ()
Overrides: UTGame.IsValidMutatorsForLikeTheBackOfMyHand
UpdateOnlineAchievements
function UpdateOnlineAchievements ()
WantsPickups
WriteOnlineStats
function WriteOnlineStats ()
Overrides: GameInfo.WriteOnlineStats
Writes out the stats for the game type