I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:PlayerReplicationInfo (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> Actor >> Info >> ReplicationInfo >> PlayerReplicationInfo

Contents

Package: 
Engine
This class in other games:
RTNP, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

PlayerReplicationInfo.

[edit] Properties

[edit] bFeigningDeath

Type: bool


[edit] bIsABot

Type: bool


[edit] bIsFemale

Type: bool


[edit] bIsSpectator

Type: bool


[edit] HasFlag

Type: Decoration


[edit] Ping

Type: int


[edit] PlayerID

Type: int

Unique id number.

[edit] PlayerName

Type: string

Player name, or blank if none.

[edit] PlayerZone

Type: ZoneInfo


[edit] Score

Type: float

Player's current score.

[edit] Spree

Type: float

Player is on a killing spree.

[edit] TalkTexture

Type: Texture


[edit] Team

Type: byte

Modifiers: travel

Player Team, 255 = None for player.

Default value: 255

[edit] TeamID

Type: int

Player position in team.

[edit] TeamName

Type: string

Team name, or blank if none.

[edit] VoiceType

Type: class<VoicePack>


[edit] Events

[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


[edit] Timer

event Timer ()

Overrides: Actor.Timer