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

Engine.PlayerReplicationInfo

Extends
ReplicationInfo
Modifiers
native nativereplication

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.ReplicationInfo
         |   
         +-- Engine.PlayerReplicationInfo

Direct Known Subclasses:

BotReplicationInfo, CustomPlayerReplicationInfo

Variables Summary
boolbAdmin
boolbFeigningDeath
boolbIsABot
boolbIsFemale
boolbIsSpectator
boolbWaitingPlayer
floatDeaths
DecorationHasFlag
stringOldName
bytePacketLoss
intPing
intPlayerID
LocationIDPlayerLocation
stringPlayerName
ZoneInfoPlayerZone
floatScore
intStartTime
TextureTalkTexture
byteTeam
intTeamID
stringTeamName
intTimeAcc
class<VoicePack>VoiceType

Functions Summary
function PostBeginPlay ()))
function Timer ()))


Variables Detail

bAdmin Source code

var bool bAdmin;

bFeigningDeath Source code

var bool bFeigningDeath;

bIsABot Source code

var bool bIsABot;

bIsFemale Source code

var bool bIsFemale;

bIsSpectator Source code

var bool bIsSpectator;

bWaitingPlayer Source code

var bool bWaitingPlayer;

Deaths Source code

var float Deaths;

HasFlag Source code

var Decoration HasFlag;

OldName Source code

var string OldName;

PacketLoss Source code

var byte PacketLoss;

Ping Source code

var int Ping;

PlayerID Source code

var int PlayerID;

PlayerLocation Source code

var LocationID PlayerLocation;

PlayerName Source code

var string PlayerName;

PlayerZone Source code

var ZoneInfo PlayerZone;

Score Source code

var float Score;

StartTime Source code

var int StartTime;

TalkTexture Source code

var Texture TalkTexture;

Team Source code

var byte Team;

TeamID Source code

var int TeamID;

TeamName Source code

var string TeamName;

TimeAcc Source code

var int TimeAcc;

VoiceType Source code

var class<VoicePack> VoiceType;


Functions Detail

PostBeginPlay Source code

function PostBeginPlay ( ) )

Timer Source code

function Timer ( ) )


Defaultproperties

defaultproperties
{
     Team=255
     NetUpdateFrequency=2.000000
}

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