I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:PlayerReplicationInfo (UT2004)
Object >> Actor >> Info >> ReplicationInfo >> PlayerReplicationInfo |
Contents
- 1 Properties
- 1.1 ActiveChannel
- 1.2 bAdmin
- 1.3 bBot
- 1.4 bIsFemale
- 1.5 bIsSpectator
- 1.6 bNoTeam
- 1.7 bOnlySpectator
- 1.8 bOutOfLives
- 1.9 bReadyToPlay
- 1.10 bReceivedPing
- 1.11 bRegisteredChatRoom
- 1.12 bTeamNotified
- 1.13 bWaitingPlayer
- 1.14 bWelcomed
- 1.15 CharacterName
- 1.16 CurrentVehicle
- 1.17 CustomReplicationInfo
- 1.18 Deaths
- 1.19 GoalsScored
- 1.20 HasFlag
- 1.21 Kills
- 1.22 NumLives
- 1.23 OldCharacterName
- 1.24 OldName
- 1.25 PacketLoss
- 1.26 Ping
- 1.27 PlayerID
- 1.28 PlayerName
- 1.29 PlayerVolume
- 1.30 PlayerZone
- 1.31 PreviousName
- 1.32 PrivateChatRoom
- 1.33 Score
- 1.34 StartTime
- 1.35 StringDead
- 1.36 StringSpectating
- 1.37 StringUnknown
- 1.38 Team
- 1.39 TeamID
- 1.40 VoiceID
- 1.41 VoiceInfo
- 1.42 VoiceMemberMask
- 1.43 VoiceType
- 1.44 VoiceTypeName
- 1.45 Default values
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 DisplayDebug
- 2.2.2 GetCallSign
- 2.2.3 GetHumanReadableName
- 2.2.4 GetLocationName
- 2.2.5 GetPortrait
- 2.2.6 NeedNetNotify
- 2.2.7 Reset
- 2.2.8 SetCharacterName
- 2.2.9 SetCharacterVoice
- 2.2.10 SetChatPassword
- 2.2.11 SetPlayerName
- 2.2.12 SetVoiceMemberMask
- 2.2.13 SetWaitingPlayer
- 2.2.14 UpdatePlayerLocation
- Package:
- Engine
- Direct subclass:
- TeamPlayerReplicationInfo
- This class in other games:
- RTNP, U1, UT, U2XMP, UT2003, UE2Runtime, U2, UT3, UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
PlayerReplicationInfo.
Properties[edit]
ActiveChannel[edit]
Type: int
this player's currently active channel
bAdmin[edit]
Type: bool
Player logged in as Administrator
bBot[edit]
Type: bool
bIsFemale[edit]
Type: bool
bIsSpectator[edit]
Type: bool
bNoTeam[edit]
Type: bool
true if no teaminfo for this PRI
bOnlySpectator[edit]
Type: bool
bOutOfLives[edit]
Type: bool
bReadyToPlay[edit]
Type: bool
bReceivedPing[edit]
Type: bool
bRegisteredChatRoom[edit]
Type: bool
bTeamNotified[edit]
Type: bool
bWaitingPlayer[edit]
Type: bool
bWelcomed[edit]
Type: bool
set after welcome message broadcast (not replicated)
CharacterName[edit]
Type: string
CurrentVehicle[edit]
Type: Vehicle
for performance on clients
CustomReplicationInfo[edit]
Type: LinkedReplicationInfo
Deaths[edit]
Type: float
Number of player's deaths.
GoalsScored[edit]
Type: int
not replicated - used on server side only
HasFlag[edit]
Type: Decoration
Kills[edit]
Type: int
not replicated
NumLives[edit]
Type: int
OldCharacterName[edit]
Type: string
OldName[edit]
Type: string
PacketLoss[edit]
Type: byte
Ping[edit]
Type: byte
PlayerID[edit]
Type: int
Unique id number.
PlayerName[edit]
Type: string
Player name, or blank if none.
PlayerVolume[edit]
Type: Volume
PlayerZone[edit]
Type: ZoneInfo
PreviousName[edit]
Type: string
Temporary value.
PrivateChatRoom[edit]
Type: VoiceChatRoom
not replicated - simulated spawn
Score[edit]
Type: float
Player's current score.
StartTime[edit]
Type: int
StringDead[edit]
Type: string
Modifiers: localized
Default value: "Dead"
StringSpectating[edit]
Type: string
Modifiers: localized
Default value: "Spectating"
StringUnknown[edit]
Type: string
Modifiers: localized
Default value: "Unknown"
Team[edit]
Type: TeamInfo
Player Team
TeamID[edit]
Type: int
Player position in team.
VoiceID[edit]
Type: byte
contains the player's unique ID used by voice channels
Default value: 255
VoiceInfo[edit]
Type: VoiceChatReplicationInfo
VoiceMemberMask[edit]
Type: int
members of this player's private chatroom
VoiceType[edit]
VoiceTypeName[edit]
Type: string
Default values[edit]
Property | Value |
---|---|
bNetNotify | True |
NetUpdateFrequency | 1.0 |
Functions[edit]
Events[edit]
ClientNameChange[edit]
Destroyed[edit]
Overrides: Actor.Destroyed
GetNameCallSign[edit]
PostBeginPlay[edit]
Overrides: Actor.PostBeginPlay
PostNetBeginPlay[edit]
Overrides: Actor.PostNetBeginPlay
PostNetReceive[edit]
Overrides: Actor.PostNetReceive
Timer[edit]
Overrides: Actor.Timer
UpdateCharacter[edit]
Other instance functions[edit]
DisplayDebug[edit]
Overrides: Actor.DisplayDebug
GetCallSign[edit]
GetHumanReadableName[edit]
Overrides: Actor.GetHumanReadableName
GetLocationName[edit]
GetPortrait[edit]
NeedNetNotify[edit]
Reset[edit]
Overrides: Actor.Reset