UE1:PlayerReplicationInfo (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
RTNP Object >> Actor >> Info >> ReplicationInfo >> PlayerReplicationInfo
Package:
Engine
Direct subclass:
UPakReplicationInfo
This class in other games:

PlayerReplicationInfo.

Properties

bFeigningDeath

Type: bool


bIsABot

Type: bool


bIsFemale

Type: bool


bIsSpectator

Type: bool


HasFlag

Type: Decoration


Ping

Type: int


PlayerID

Type: int

Unique id number.

PlayerName

Type: string

Player name, or blank if none.

PlayerZone

Type: ZoneInfo


Score

Type: float

Player's current score.

Spree

Type: float

Player is on a killing spree.

TalkTexture

Type: Texture


Team

Type: byte

Modifiers: travel

Player Team, 255 = None for player.

Default value: 255

TeamID

Type: int

Player position in team.

TeamName

Type: string

Team name, or blank if none.

VoiceType

Type: class<VoicePack>


Events

PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Timer

event Timer ()

Overrides: Actor.Timer