Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

U2CTF.U2CTFGame

Extends
U2TeamGame
Modifiers
config

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.GameInfo
         |   
         +-- U2Dialog.DialogGameInfo
            |   
            +-- U2.U2GameInfo
               |   
               +-- U2.U2DeathMatch
                  |   
                  +-- U2.U2TeamGame
                     |   
                     +-- U2CTF.U2CTFGame

Constants Summary
Inherited Contants from U2.U2DeathMatch
STAGE_MidGame, STAGE_PostGame, STAGE_PreGame

Variables Summary
SoundCaptureSound[2]
nameCurrentOrders[2]
floatLastGotFlag
floatLastSeeFlagCarrier
SoundReturnSound
Inherited Variables from U2.U2TeamGame
bBalanceTeams, bBalancing, BestTeam, bNoTeamChanges, bPlayersBalanceTeams, bScoreTeamKills, bSpawnInTeamArea, MaxAllowedTeams, MaxTeamSize, NextBotTeam, NumTeams, Score_TeamKill, StartupMessage, StartupTeamMessage, StartupTeamTralier, TeamChangeMessage, TeamColor[MaxTeams], Teams[MaxTeams]
Inherited Variables from U2.U2DeathMatch
bAlreadyChanged, bChangeLevels, bForceRespawn, bJumpMatch, BotConfig, BotConfigType, BotPackageClassStr, bRequireReady, bTournament, CountDown, CountDownMessage, ElapsedTime, GameEndedMessage, GameGoal, GBestPlayer, GoalScore, LastPlayerStartSpot, LastStartSpot, LevelRatingDefensive, LevelRatingOffensive, MultiplayerCountdown, MultiplayerPlayerWait, NoNameChange, NotReadyMessage, ReadyMessage, RemainingBots, RestartDelay, RestartTime, Score_EnemyKill, Score_Suicide, SingleWaitingMessage, Stage, StandAloneCountdown, StartMessage, TimeLimit, TourneyMessage, WaitingMessage1, WaitingMessage2

Functions Summary
function ClientsPlaySound (Sound ClientSound ))
functionActor GetEndGameTarget ()))
function Killed (Controller Killer, Controller Killed, Pawn KilledPawn, class DamageType ))
function Logout (Controller Exiting ))
function ScoreFlag (Pawn Scorer, U2CTFFlag TargetFlag ))
Inherited Functions from U2.U2TeamGame
BalanceTeams, CanSpectate, ChangeTeam, GameEvent, GetBestTeam, GetRules, GetTeam, GetTeamNumber, GetWinnder, GoalLimitMet, InitBot, InitGame, IsTied, IsWinner, LogGameParameters, Logout, PlayStartupMessage, PreBeginPlay, RatePlayerStart, ReduceFriendlyDamage, ScoreKill, SetEndGameCameras, ValidTeam
Inherited Functions from U2.U2DeathMatch
AcceptInventory, AddBot, AddDefaultInventory, AdjustPawnClass, CanAddBots, CanSpectate, ChangeName, CheckForEndGame, CountUniquePickups, DestroyInventory, DiscardInventory, FindPlayerStart, ForceAddBot, ForcePlayerRestart, GetBestPlayer, GetDamageByPlayerScalar, GetDamageToPlayerScalar, GetEndGameTarget, GetLevelRatingDefensive, GetLevelRatingOffensive, GetNextMapName, GetRules, GetTeamNumber, GetWinner, GoalLimitMet, GotoMidGame, GotoPostGame, GotoPreGame, InitBot, InitGame, InitGameReplicationInfo, IsGameOver, IsTied, IsWinner, Killed, LogGameParameters, Logout, MidGameTimer, NeedPlayers, PlayerJumpZScaling, PlayersReady, PlaySpawnEffect, PlayStartupMessage, PlayTeleportEffect, PostBeginPlay, PostGameTimer, PostLogin, PreGameTimer, RatePlayerStart, RestartGame, RestartPlayer, ScoreKill, SendStartMessage, SetEndGameCameras, ShouldRespawn, SpawnBot, SpawnWait, TimeLimitMet, Timer, TooManyBots


Variables Detail

CaptureSound[2] Source code

var Sound CaptureSound[2];

CurrentOrders[2] Source code

var name CurrentOrders[2];

LastGotFlag Source code

var float LastGotFlag;

LastSeeFlagCarrier Source code

var float LastSeeFlagCarrier;

ReturnSound Source code

var Sound ReturnSound;


Functions Detail

ClientsPlaySound Source code

function ClientsPlaySound ( Sound ClientSound ) )

GetEndGameTarget Source code

function Actor GetEndGameTarget ( ) )

Killed Source code

function Killed ( Controller Killer, Controller Killed, Pawn KilledPawn, class<DamageType> DamageType ) )

Logout Source code

function Logout ( Controller Exiting ) )

ScoreFlag Source code

function ScoreFlag ( Pawn Scorer, U2CTFFlag TargetFlag ) )


Defaultproperties

defaultproperties
{
	CaptureSound(0)=Sound'U2CTFA.CTFCaptured1'
	CaptureSound(1)=Sound'U2CTFA.CTFCaptured2'
	ReturnSound=Sound'U2CTFA.CTFReturned'
	StartupMessage=""
	bScoreTeamKills=false
	MaxAllowedTeams=2
	GameGoal="captures wins the match!"
	GoalScore=3
     GameAIControllerClasses(0)="U2CTF.GameAIControllerCTF"
	MapPrefix="CTF"
	BeaconName="CTF"
	GameName="Capture the Flag"
	GameReplicationInfoClass=Class'U2CTF.U2CTFReplicationInfo'
     UseReticleOnEvents(0)="UseReticleText"
     UseReticleOnEvents(1)="UseReticleCorners"
     UseReticleOnEvents(2)="UseReticleTopBars"
     ProximityReticleOnEvents(0)="ProximityReticleCorners"
     ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:33.738 - Created with UnCodeX