- Extends
- UTTeamGame
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.GameInfo
|
+-- UTGame.UTGame
|
+-- UTGame.UTDeathmatch
|
+-- UTGame.UTTeamGame
|
+-- UTGame.UTDuelGame
Inherited Variables from UTGame.UTTeamGame |
bAllowNonTeamChat, bForceAllRed, bNoTeamChangePenalty, bPlayersBalanceTeams, bRebalanceAfterTravel, bRebalanceOnceAfterTravel, bScoreTeamKills, bScoreVictimsTarget, bSpawnInTeamArea, CustomTeamName[2], FlagKillMessageName, FriendlyFireScale, PendingTeamSwap, SwapRequestTime, TeamAIType[2], TeamFactions[2], TeammateBoost, TeamScoreMessageClass, Teams[2] |
Functions Summary |
 | UTBot | AddBot (optional string botName, optional bool bUseTeamIndex, optional int TeamIndex))
|
 | | AddToQueue (UTDuelPRI Who))
|
 | bool | AllowBecomeActivePlayer (PlayerController P))
|
 | bool | AllowMutator (string MutatorClassName ))
|
 | bool | CanSpectate (PlayerController Viewer, PlayerReplicationInfo ViewTarget ))
|
 | bool | ChangeTeam (Controller Other, int num, bool bNewTeam))
|
 | bool | CheckEndGame (PlayerReplicationInfo Winner, string Reason))
|
 | string | GetEndOfMatchRules (int InGoalScore, int InTimeLimit))
|
 | Controller | GetPlayerFromQueue ()))
|
 | | HandleSeamlessTravelPlayer (out Controller C))
|
 | | InitGame (string Options, out string ErrorMessage))
|
 | | Logout (Controller Exiting))
|
 | byte | PickFriendTeam (byte Current, Controller C, UniqueNetId FriendNetId))
|
 | | PostLogin (PlayerController NewPlayer))
|
 | | PostSeamlessTravel ()))
|
 | | ProcessServerTravel (string URL, optional bool bAbsolute))
|
 | | ResetLevel ()))
|
 | | ResetLevel ())) RoundOver |
 | | RestartGame ()))
|
 | | RestartPlayer (Controller aPlayer))
|
 | | ScoreKill (Controller Killer, Controller Other))
|
 | | StartBots ()
|
 | | StartHumans ()))
|
 | | UpdateCombatants ()))
|
 | | UpdateQueuePositions ()))
|
 | | WriteOnlinePlayerScores ()))
|
 | | WriteOnlineStats ()))
|
Inherited Functions from UTGame.UTTeamGame |
AddBlueBots, AddRedBots, AdjustSkill, AllowClientToTeleport, AnnounceScore, BalanceTeams, CampaignSkillAdjust, CanSpectate, ChangeTeam, CheckEndGame, CheckMaxLives, CheckScore, CheckTeamBasedAchievements, CreateTeam, DominatingVictory, FindNewObjectives, FindVictimsTarget, ForceRespawn, GetBotTeam, GetFriendTeam, GetHandicapNeed, GetSeamlessTravelActorList, HandleSeamlessTravelPlayer, InitGame, InitializeBot, IsAWinner, IsWinningTeam, LevelRecommendedPlayers, Logout, NearGoal, NotifyKilled, OverridePRI, ParseSpeechRecipients, PickFriendTeam, PickTeam, PlayRegularEndOfMatchMessage, PostLogin, PostSeamlessTravel, PreBeginPlay, ProcessSpeechOrders, ProcessSpeechRecognition, RatePlayerStart, ReduceDamage, RestartGame, ScoreKill, SendFlagKillMessage, SetEndGameFocus, SetTeam, ShowPathTo, TooManyBots, WriteOnlineStats |
var bool bRotateQueueEachKill;
var int CurrentRound;
var config int NumRounds;
function UTBot AddBot ( optional
string botName, optional
bool bUseTeamIndex, optional
int TeamIndex) )
AllowBecomeActivePlayer Source code
static function bool AllowMutator ( string MutatorClassName ) )
function bool ChangeTeam (
Controller Other,
int num,
bool bNewTeam) )
static function string GetEndOfMatchRules ( int InGoalScore, int InTimeLimit) )
HandleSeamlessTravelPlayer Source code
event HandleSeamlessTravelPlayer ( out
Controller C) )
event InitGame ( string Options, out string ErrorMessage) )
event PostSeamlessTravel ( ) )
function ProcessServerTravel (
string URL, optional
bool bAbsolute) )
function ResetLevel ( ) )
function ResetLevel ( ) )
function RestartGame ( ) )
function StartBots ( )
function StartHumans ( ) )
function UpdateCombatants ( ) )
function UpdateQueuePositions ( ) )
WriteOnlinePlayerScores Source code
function WriteOnlinePlayerScores ( ) )
function WriteOnlineStats ( ) )
defaultproperties
{
NumRounds=1
CurrentRound=1
bWeaponStay=False
bIgnoreTeamForVoiceChat=True
Acronym="Duel"
Description="1v1"
ResetTimeDelay=15
MidgameScorePanelTag="DuelPanel"
HUDType=Class'UTGame.UTDuelHUD'
GameName="Duel"
GoalScore=0
TimeLimit=5
PlayerReplicationInfoClass=Class'UTGame.UTDuelPRI'
OnlineStatsWriteClass=Class'UTGame.UTLeaderboardWriteDUEL'
OnlineGameSettingsClass=Class'UTGame.UTGameSettingsDUEL'
Name="Default__UTDuelGame"
ObjectArchetype=UTTeamGame'UTGame.Default__UTTeamGame'
}
|
Creation time: sk 18-3-2018 10:00:51.239 - Created with
UnCodeX