Engine.GameReplicationInfo
- Extends
- ReplicationInfo
- Modifiers
- native nativereplication exportstructs
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.ReplicationInfo
|
+-- Engine.GameReplicationInfo
Direct Known Subclasses:
ASGameReplicationInfo, BetrayalGRI, InvasionGameReplicationInfo, JBGameReplicationInfo, MutantGameReplicationInfo
const PROPNUM = 4;
var bool bAllowPlayerLights;
var bool bFastWeaponSwitching;
var bool bForceNoPlayerLights;
var bool bForceTeamSkins;
var bool bMatchHasBegun;
var bool bNoTeamChanges;
var bool bNoTeamSkins;
var int BotDifficulty;
var bool bStopCountDown;
var bool bTeamGame;
var bool bTeamSymbolsUpdated;
var int ElapsedTime;
var string GameClass;
var string GameName;
var int GoalScore;
GRIPropDescText[PROPNUM] Source code
var localized string GRIPropDescText[PROPNUM];
GRIPropsDisplayText[PROPNUM] Source code
var localized string GRIPropsDisplayText[PROPNUM];
var int MatchID;
var int MaxLives;
var int MinNetPlayers;
var int RemainingMinute;
var int RemainingTime;
var float SecondCount;
var int TimeLimit;
var float WeaponBerserk;
GameReplicationInfo
static event string GetDescriptionText ( string PropName) )
simulated function PostBeginPlay ( ) )
simulated function PostNetBeginPlay ( ) )
function Reset ( ) )
simulated function TeamSymbolNotify ( ) )
simulated function Timer ( ) )
UpdatePrecacheMaterials Source code
simulated function UpdatePrecacheMaterials ( ) )
defaultproperties
{
FlagState[0]=FLAG_Home
FlagState[1]=FLAG_Home
bStopCountDown=true
RemoteRole=ROLE_SimulatedProxy
bAlwaysRelevant=True
ServerName="UT2004 Server"
ShortName="Server"
MessageOfTheDay=""
AdminEmail="Non-disclosed"
GRIPropsDisplayText(0)="Server Name"
GRIPropsDisplayText(1)="Admin Name"
GRIPropsDisplayText(2)="Admin E-Mail"
GRIPropsDisplayText(3)="MOTD"
GRIPropDescText(0)="Server name shown on server browser."
GRIPropDescText(1)="Server administrator's name"
GRIPropDescText(2)="Server administrator's email address."
GRIPropDescText(3)="Message of the Day"
WeaponBerserk=+1.0
BotDifficulty=-1
}
|
Creation time: Do 14.8.2014 09:58:06.967 - Created with
UnCodeX