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

Botpack.TournamentGameReplicationInfo

Extends
GameReplicationInfo

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.ReplicationInfo
         |   
         +-- Engine.GameReplicationInfo
            |   
            +-- Botpack.TournamentGameReplicationInfo

Direct Known Subclasses:

CTFReplicationInfo

Variables Summary
stringAttackString
intBestFPHs[3]
stringBestPlayers[3]
stringBestRecordDate[3]
stringCommanderString
stringDefendString
intFragLimit
stringFreelanceString
intGoalTeamScore
stringHoldString
stringHumanString
stringSupportString
stringSupportStringTrailer
TeamInfoTeams[4]
intTimeLimit
intTotalDeaths
intTotalFlags
intTotalFrags
intTotalGames
Inherited Variables from Engine.GameReplicationInfo
AdminEmail, AdminName, bClassicDeathMessages, bStopCountDown, bTeamGame, ElapsedTime, GameClass, GameEndedComments, GameName, MOTDLine1, MOTDLine2, MOTDLine3, MOTDLine4, NumPlayers, PRIArray[32], Region, RemainingMinute, RemainingTime, SecondCount, ServerName, ShortName, SumFrags, UpdateTimer

Functions Summary
functionstring GetOrderString (PlayerReplicationInfo PRI))
function PostBeginPlay ()))
Inherited Functions from Engine.GameReplicationInfo
PostBeginPlay, Timer


Variables Detail

AttackString Source code

var localized string AttackString;

BestFPHs[3] Source code

var int BestFPHs[3];

BestPlayers[3] Source code

var string BestPlayers[3];

BestRecordDate[3] Source code

var string BestRecordDate[3];

CommanderString Source code

var localized string CommanderString;

DefendString Source code

var localized string DefendString;

FragLimit Source code

var int FragLimit;

FreelanceString Source code

var localized string FreelanceString;

GoalTeamScore Source code

var int GoalTeamScore;

HoldString Source code

var localized string HoldString;

HumanString Source code

var localized string HumanString;

SupportString Source code

var localized string SupportString;

SupportStringTrailer Source code

var localized string SupportStringTrailer;

Teams[4] Source code

var TeamInfo Teams[4];

TimeLimit Source code

var int TimeLimit;

TotalDeaths Source code

var int TotalDeaths;

TotalFlags Source code

var int TotalFlags;

TotalFrags Source code

var int TotalFrags;

TotalGames Source code

var int TotalGames;


Functions Detail

GetOrderString Source code

simulated function string GetOrderString ( PlayerReplicationInfo PRI) )

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )


Defaultproperties

defaultproperties
{
     HumanString="*Human*"
     CommanderString="*Commander*"
     SupportString="supporting"
     DefendString="defending"
     AttackString="attacking"
     HoldString="holding"
     FreelanceString="freelancing"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:06.987 - Created with UnCodeX