I'm a doctor, not a mechanic

UE2:PlayerReplicationInfo (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
Engine
No known subclasses.
This class in other games:
RTNP, U1, U2, U2XMP, UDK, UT, UT2003, UT2004, UT3

PlayerReplicationInfo.

[edit] Properties

[edit] bAdmin

Type: bool

Player logged in as Administrator

[edit] bBot

Type: bool


[edit] bHasFlag

Type: bool


[edit] bIsFemale

Type: bool


[edit] bIsSpectator

Type: bool


[edit] bOnlySpectator

Type: bool


[edit] bOutOfLives

Type: bool


[edit] bReadyToPlay

Type: bool


[edit] bReceivedPing

Type: bool


[edit] bWaitingPlayer

Type: bool


[edit] bWelcomed

Type: bool

set after welcome message broadcast (not replicated)

[edit] CharacterName

Type: string


[edit] Deaths

Type: float

Number of player's deaths.

[edit] GoalsScored

Type: int

not replicated - used on server side only

[edit] HasFlag

Type: CarriedObject


[edit] Kills

Type: int

not replicated

[edit] NumLives

Type: int


[edit] OldCharacterName

Type: string


[edit] OldName

Type: string


[edit] Ping

Type: int

packet loss packed into this property as well

[edit] PlayerID

Type: int

Unique id number.

[edit] PlayerName

Type: string

Player name, or blank if none.

[edit] PlayerVolume

Type: Volume


[edit] PlayerZone

Type: ZoneInfo


[edit] PreviousName

Type: string

Temporary value.

[edit] Score

Type: float

Player's current score.

[edit] StartTime

Type: int


[edit] StringDead

Type: string

Modifiers: localized


Default value: "Dead"

[edit] StringSpectating

Type: string

Modifiers: localized


Default value: "Spectating"

[edit] StringUnknown

Type: string

Modifiers: localized


Default value: "Unknown"

[edit] Team

Type: TeamInfo

Player Team

[edit] TeamID

Type: int

Player position in team.

[edit] VoiceType

Type: class<VoicePack>


[edit] Default values

Property Value
NetUpdateFrequency 5.0

[edit] Functions

[edit] Events

[edit] ClientNameChange

event ClientNameChange ()


[edit] Destroyed

simulated event Destroyed ()

Overrides: Actor.Destroyed


[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


[edit] PostNetBeginPlay

simulated event PostNetBeginPlay ()

Overrides: Actor.PostNetBeginPlay


[edit] Timer

event Timer ()

Overrides: Actor.Timer


[edit] UpdateCharacter

event UpdateCharacter ()


[edit] Other instance functions

[edit] DisplayDebug

simulated function DisplayDebug (Canvas Canvas, out float YL, out float YPos)

Overrides: Actor.DisplayDebug


[edit] GetHumanReadableName

simulated function string GetHumanReadableName ()

Overrides: Actor.GetHumanReadableName


[edit] GetLocationName

simulated function string GetLocationName ()


[edit] GetPortrait

simulated function Material GetPortrait ()


[edit] Reset

function Reset ()

Overrides: Actor.Reset


[edit] SetCharacterName

function SetCharacterName (string S)


[edit] SetFlag

function SetFlag (CarriedObject NewFlag)


[edit] SetPlayerName

function SetPlayerName (string S)


[edit] SetWaitingPlayer

function SetWaitingPlayer (bool B)


[edit] UpdatePlayerLocation

function UpdatePlayerLocation ()


Personal tools