Engine.GameReplicationInfo
- Extends
- ReplicationInfo
- Modifiers
- native nativereplication exportstructs
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.ReplicationInfo
|
+-- Engine.GameReplicationInfo
Direct Known Subclasses:
ASGameReplicationInfo, InvasionGameReplicationInfo, MutantGameReplicationInfo, USARReplicationInfo
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
{
bStopCountDown=Wahr
WeaponBerserk=1.000000
ServerName="UT2004 Server"
ShortName="UT2 Server"
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"
BotDifficulty=-1
}
|
Creation time: Mo 16.4.2007 11:20:20.593 - Created with
UnCodeX