Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:PlayerReplicationInfo (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
Engine
Direct subclass:
TeamPlayerReplicationInfo
This class in other games:
RTNP, U1, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT3

PlayerReplicationInfo.

[edit] Properties

[edit] ActiveChannel

Type: int

this player's currently active channel

[edit] bAdmin

Type: bool

Player logged in as Administrator

[edit] bBot

Type: bool


[edit] bIsFemale

Type: bool


[edit] bIsSpectator

Type: bool


[edit] bNoTeam

Type: bool

true if no teaminfo for this PRI

[edit] bOnlySpectator

Type: bool


[edit] bOutOfLives

Type: bool


[edit] bReadyToPlay

Type: bool


[edit] bReceivedPing

Type: bool


[edit] bRegisteredChatRoom

Type: bool


[edit] bTeamNotified

Type: bool


[edit] bWaitingPlayer

Type: bool


[edit] bWelcomed

Type: bool

set after welcome message broadcast (not replicated)

[edit] CharacterName

Type: string


[edit] CurrentVehicle

Type: Vehicle

for performance on clients

[edit] CustomReplicationInfo

Type: LinkedReplicationInfo


[edit] Deaths

Type: float

Number of player's deaths.

[edit] GoalsScored

Type: int

not replicated - used on server side only

[edit] HasFlag

Type: Decoration


[edit] Kills

Type: int

not replicated

[edit] NumLives

Type: int


[edit] OldCharacterName

Type: string


[edit] OldName

Type: string


[edit] PacketLoss

Type: byte


[edit] Ping

Type: byte


[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] PrivateChatRoom

Type: VoiceChatRoom

not replicated - simulated spawn

[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] VoiceID

Type: byte

contains the player's unique ID used by voice channels

Default value: 255

[edit] VoiceInfo

Type: VoiceChatReplicationInfo


[edit] VoiceMemberMask

Type: int

members of this player's private chatroom

[edit] VoiceType

Type: class<VoicePack>


[edit] VoiceTypeName

Type: string


[edit] Default values

Property Value
bNetNotify True
NetUpdateFrequency 1.0

[edit] Functions

[edit] Events

[edit] ClientNameChange

event ClientNameChange ()


[edit] Destroyed

simulated event Destroyed ()

Overrides: Actor.Destroyed


[edit] GetNameCallSign

simulated event string GetNameCallSign ()


[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


[edit] PostNetBeginPlay

simulated event PostNetBeginPlay ()

Overrides: Actor.PostNetBeginPlay


[edit] PostNetReceive

simulated event PostNetReceive ()

Overrides: Actor.PostNetReceive


[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] GetCallSign

simulated function string GetCallSign ()


[edit] GetHumanReadableName

simulated function string GetHumanReadableName ()

Overrides: Actor.GetHumanReadableName


[edit] GetLocationName

simulated function string GetLocationName ()


[edit] GetPortrait

simulated function Material GetPortrait ()


[edit] NeedNetNotify

simulated function bool NeedNetNotify ()


[edit] Reset

function Reset ()

Overrides: Actor.Reset


[edit] SetCharacterName

function SetCharacterName (string S)


[edit] SetCharacterVoice

function SetCharacterVoice (string S)


[edit] SetChatPassword

function SetChatPassword (string InPassword)


[edit] SetPlayerName

function SetPlayerName (string S)


[edit] SetVoiceMemberMask

function SetVoiceMemberMask (int NewMask)


[edit] SetWaitingPlayer

function SetWaitingPlayer (bool B)


[edit] UpdatePlayerLocation

function UpdatePlayerLocation ()


Personal tools