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

WormbotReporter.WIR_GameHandler_DoubleDom

Extends
WIR_GameHandler

Copyright (c) 2005-2007 by Wormbo $Id$

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- WormbotReporter.WIR_ModHandler
         |   
         +-- WormbotReporter.WIR_GameHandler
            |   
            +-- WormbotReporter.WIR_GameHandler_DoubleDom

Variables Summary
boolbWasDisabled
TeamInfoLastControllingTeam[2]
TeamInfoLastDominatingTeam
stringMsgPlayerControlsPoint
stringMsgPlayerControlsPointAverted
intScoreCountDown
stringStringAverted[3]
stringStringSuffixTeamDominates
xDomPointxDomPoints[2]
Inherited Variables from WormbotReporter.WIR_GameHandler
bAnnounceOutOfLives, bReportKillingSprees, bReportLocations, bReportMultiKills, bReportSpecial, bReportWeapons, bScoreEndsRound, ColumnAlign, dataReportKills, dataReportPickups, descGameHandler, descReportKillingSprees, descReportKills, descReportLocations, descReportMultiKills, descReportPickups, descReportSpecial, descReportWeapons, descScoreReportDelay, GameHandler, lblGameHandler, lblReportKillingSprees, lblReportKills, lblReportLocations, lblReportMultiKills, lblReportPickups, lblReportSpecial, lblReportWeapons, lblScoreReportDelay, MsgClientMessage, MsgCurrentTeamScores, MsgGameEndFragLimit, MsgGameEndLastMan, MsgGameEndRoundLimit, MsgGameEndTeamScoreLimit, MsgGameEndTimeLimit, MsgGameFirstBlood, MsgGameInfo, MsgGameInProgress, MsgGameMaxLives, MsgGameOvertime, MsgGameScoreLimit, MsgGameStarted, MsgGameTimeLimit, MsgLastSecondSave, MsgPlayerScoredMultiKill, MsgScoreboard, MsgSpreeEndKill, MsgSpreeEndSuicideFemale, MsgSpreeEndSuicideMale, MsgSpreeEndTeamKill, MsgSpreeStart[6], ReportKills, ReportPickups, ScoreReportDelay, StringNameBomb, StringNameCore, StringNameFlag, StringNameFlags, StringPrefixOvertime, StringScoreTemplate, StringSuffixOvertime, StringSuffixWinnerPlayer, StringSuffixWinnerTeam, StringSuffixWinnerTeams, StringTableHeader, StringTableSeparator, StringTeamScore, StringTimeNotPlaying
Inherited Variables from WormbotReporter.WIR_ModHandler
bMatchStarted, descModHandler, HandlerGroup, lblModHandler, ModHandler, MyMutator, NextHandler

Structures Summary
Inherited Structures from WormbotReporter.WIR_GameHandler
TGameHandler
Inherited Structures from WormbotReporter.WIR_ModHandler
TModHandler

Functions Summary
function PostBeginPlay ()))
function Tick (float DeltaTime))
Inherited Functions from WormbotReporter.WIR_GameHandler
AddRow, CriticalPlayer, FillPlayInfo, FormatPlayerName, GetClosestGameObjective, GetDescriptionText, GetGameInfoString, GetObjectiveName, GetObjectName, GetRemainingTime, HandleEndGame, HandleKill, HandleLocalizedMessage, HandleStringMessage, InOrder, MatchStarting, ReportScores
Inherited Functions from WormbotReporter.WIR_ModHandler
AcceptPlayInfoProperty, AddHandler, CriticalPlayer, Destroyed, FillPlayInfo, FormatPlayerName, GetDescriptionText, GetLocationNameFor, GetObjectiveName, GetObjectName, GetRemainingTime, HandleEndGame, HandleEndRound, HandleKill, HandleLocalizedMessage, HandleNewRound, HandleStringMessage, MatchStarting, Mutate, PostBeginPlay, ScoreObjective, UpdateLocationNames


Variables Detail

bWasDisabled Source code

var bool bWasDisabled;

LastControllingTeam[2] Source code

var TeamInfo LastControllingTeam[2];

LastDominatingTeam Source code

var TeamInfo LastDominatingTeam;

MsgPlayerControlsPoint Source code

var localized string MsgPlayerControlsPoint;

MsgPlayerControlsPointAverted Source code

var localized string MsgPlayerControlsPointAverted;

ScoreCountDown Source code

var int ScoreCountDown;

StringAverted[3] Source code

var localized string StringAverted[3];

StringSuffixTeamDominates Source code

var localized string StringSuffixTeamDominates;

xDomPoints[2] Source code

var xDomPoint xDomPoints[2];


Functions Detail

PostBeginPlay Source code

function PostBeginPlay ( ) )
Initialize the handler.

Tick Source code

function Tick ( float DeltaTime) )
Checks for start and end of waves.


Defaultproperties

defaultproperties
{
  MsgPlayerControlsPoint        = "[%r] - %p[^O] controls [^B]%o[^B]"
  MsgPlayerControlsPointAverted = "[%r] - [^B]%a[^B] at [^B]%o[^B] by %p[^O]"
  
  StringSuffixTeamDominates     = " - %t [^B]dominates[^B]"
  
  StringAverted(0)  = "Averted"
  StringAverted(1)  = "Narrowly Averted"
  StringAverted(2)  = "Last Second Save"
  
  HandlerGroup = "Wormbot (DoubleDom)"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:29.669 - Created with UnCodeX