There is no spoon
UE2:PlayerReplicationInfo (UT2003)
Object >> Actor >> Info >> ReplicationInfo >> PlayerReplicationInfo |
Contents
- 1 Properties
- 1.1 bAdmin
- 1.2 bBot
- 1.3 bIsFemale
- 1.4 bIsSpectator
- 1.5 bOnlySpectator
- 1.6 bOutOfLives
- 1.7 bReadyToPlay
- 1.8 bReceivedPing
- 1.9 bWaitingPlayer
- 1.10 bWelcomed
- 1.11 CharacterName
- 1.12 Deaths
- 1.13 GoalsScored
- 1.14 HasFlag
- 1.15 Kills
- 1.16 NumLives
- 1.17 OldCharacterName
- 1.18 OldName
- 1.19 Ping
- 1.20 PlayerID
- 1.21 PlayerName
- 1.22 PlayerVolume
- 1.23 PlayerZone
- 1.24 PreviousName
- 1.25 Score
- 1.26 StartTime
- 1.27 StringDead
- 1.28 StringSpectating
- 1.29 StringUnknown
- 1.30 Team
- 1.31 TeamID
- 1.32 VoiceType
- 1.33 Default values
- 2 Functions
- Package:
- Engine
- Direct subclass:
- TeamPlayerReplicationInfo
- This class in other games:
- RTNP, U1, UT, U2XMP, UE2Runtime, U2, UT2004, 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]
bAdmin[edit]
Type: bool
Player logged in as Administrator
bBot[edit]
Type: bool
bIsFemale[edit]
Type: bool
bIsSpectator[edit]
Type: bool
bOnlySpectator[edit]
Type: bool
bOutOfLives[edit]
Type: bool
bReadyToPlay[edit]
Type: bool
bReceivedPing[edit]
Type: bool
bWaitingPlayer[edit]
Type: bool
bWelcomed[edit]
Type: bool
set after welcome message broadcast (not replicated)
CharacterName[edit]
Type: string
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
Ping[edit]
Type: int
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.
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.
VoiceType[edit]
Default values[edit]
Property | Value |
---|---|
NetUpdateFrequency | 5.0 |
Functions[edit]
Events[edit]
ClientNameChange[edit]
Destroyed[edit]
Overrides: Actor.Destroyed
PostBeginPlay[edit]
Overrides: Actor.PostBeginPlay
PostNetBeginPlay[edit]
Overrides: Actor.PostNetBeginPlay
Timer[edit]
Overrides: Actor.Timer
UpdateCharacter[edit]
Other instance functions[edit]
DisplayDebug[edit]
Overrides: Actor.DisplayDebug
GetHumanReadableName[edit]
Overrides: Actor.GetHumanReadableName
GetLocationName[edit]
GetPortrait[edit]
Reset[edit]
Overrides: Actor.Reset