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

Engine.PlayerReplicationInfo

Extends
ReplicationInfo
Modifiers
native

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

Variables Summary
boolbFeigningDeath
boolbIsABot
boolbIsFemale
boolbIsSpectator
DecorationHasFlag
intPing
intPlayerID
stringPlayerName
ZoneInfoPlayerZone
floatScore
floatSpree
TextureTalkTexture
byteTeam
intTeamID
stringTeamName
class<VoicePack>VoiceType

Functions Summary
function PostBeginPlay ()
function Timer ()


Variables Detail

bFeigningDeath Source code

var bool bFeigningDeath;

bIsABot Source code

var bool bIsABot;

bIsFemale Source code

var bool bIsFemale;

bIsSpectator Source code

var bool bIsSpectator;

HasFlag Source code

var Decoration HasFlag;

Ping Source code

var int Ping;

PlayerID Source code

var int PlayerID;

PlayerName Source code

var string PlayerName;

PlayerZone Source code

var ZoneInfo PlayerZone;

Score Source code

var float Score;

Spree Source code

var float Spree;

TalkTexture Source code

var Texture TalkTexture;

Team Source code

var travel byte Team;

TeamID Source code

var int TeamID;

TeamName Source code

var string TeamName;

VoiceType Source code

var class<VoicePack> VoiceType;


Functions Detail

PostBeginPlay Source code

function PostBeginPlay ( )

Timer Source code

function Timer ( )


Defaultproperties

defaultproperties
{
     Team=255
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:01:26.656 - Created with UnCodeX