I don't need to test my programs. I have an error-correcting modem.
UE3:UTPlayerReplicationInfo (UDK)
Object >> Actor >> Info >> ReplicationInfo >> PlayerReplicationInfo >> UTPlayerReplicationInfo |
Contents
- 1 Properties
- 1.1 bHolding
- 1.2 CharClassInfo
- 1.3 CharPortrait
- 1.4 ClanTag
- 1.5 DeathStats
- 1.6 DefaultHudColor
- 1.7 DrivingStats
- 1.8 EventStats
- 1.9 HasFlag
- 1.10 HUDLocation
- 1.11 KillStats
- 1.12 LastKillerPRI
- 1.13 LastKillTime
- 1.14 MultiKillLevel
- 1.15 NodeStats
- 1.16 OrdersIndex
- 1.17 OrdersString
- 1.18 PickupStats
- 1.19 PowerupTimeStats
- 1.20 SinglePlayerCharacterIndex
- 1.21 spree
- 1.22 Squad
- 1.23 StartObjective
- 1.24 SuicideStats
- 1.25 TemporaryStartObjective
- 1.26 VehicleKillStats
- 1.27 VoiceClass
- 1.28 Default values
- 2 Structs
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 AddToNodeStat
- 3.2.2 AllowClientToTeleport
- 3.2.3 AttemptMidGameMenu
- 3.2.4 CopyProperties
- 3.2.5 GetCallSign
- 3.2.6 GetFlag
- 3.2.7 GetLocationName
- 3.2.8 GetStartObjective
- 3.2.9 IncrementDeathStat
- 3.2.10 IncrementEventStat
- 3.2.11 IncrementKills
- 3.2.12 IncrementKillStat
- 3.2.13 IncrementNodeStat
- 3.2.14 IncrementPickupStat
- 3.2.15 IncrementSuicideStat
- 3.2.16 IncrementVehicleKillStat
- 3.2.17 OverrideWith
- 3.2.18 SeamlessTravelTo
- 3.2.19 ServerTeleportToActor
- 3.2.20 SetFlag
- 3.2.21 SetStartObjective
- 3.2.22 ShouldBroadCastWelcomeMessage
- 3.2.23 ShowMidGameMenu
- 3.2.24 StartDrivingStat
- 3.2.25 StartPowerupTimeStat
- 3.2.26 StopDrivingStat
- 3.2.27 StopPowerupTimeStat
- 3.2.28 UpdatePlayerLocation
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. |
Properties
bHolding
Type: bool
True if associated bot is currently holding its position
CharClassInfo
Type: class<UTFamilyInfo>
Modifiers: repnotify
Class that the player has chosen to be
Default value: Class'UTGame.UTFamilyInfo_Liandri_Male'
CharPortrait
Type: Texture
Texture of render of custom character head.
Default value: Texture2D'CH_IronGuard_Headshot.HUD_Portrait_Liandri'
ClanTag
Type: string
Modifiers: databinding
The clan tag for this player
DeathStats
holds all death stats (this player's deaths instigated by another player, sorted by weapon/damagetype)
DefaultHudColor
Type: Object.Color
Used for revenge reward, and for avoiding respawning near killer
Default value:
Member | Value |
---|---|
A | 255 |
B | 255 |
G | 255 |
R | 64 |
DrivingStats
Time spent driving, sorted by vehicle
EventStats
holds event stats (mostly reward announcer related
HasFlag
Type: UTCarriedObject
Modifiers: private
HUDLocation
Type: Object.Vector
KillStats
holds all kill stats (this player's kills, sorted by weapon/damagetype)
LastKillerPRI
Type: UTPlayerReplicationInfo
LastKillTime
Type: float
Default value: -5.0
MultiKillLevel
Type: int
NodeStats
holds node captured/built/healed and core damaged/destroyed stats
OrdersIndex
Type: byte
OrdersString
Type: string
Array size: 8
Modifiers: localized
PickupStats
Armor, health, and powerups picked up by this player
PowerupTimeStats
Time spent holding powerups and flag/orb
SinglePlayerCharacterIndex
Type: int
Determines which character this player will be in the single player game
Default value: -1
spree
Type: int
Squad
Type: UTSquadAI
StartObjective
Type: UTGameObjective
Modifiers: repnotify
SuicideStats
holds all suicide stats (this player's suicides, sorted by weapon/damagetype)
TemporaryStartObjective
Type: UTGameObjective
VehicleKillStats
Stats of vehicles killed by this player
VoiceClass
Default value: Class'UTGame.UTVoice_Robot'
Default values
Property | Value |
---|---|
StringUnknown | "Midfield" |
Structs
IntStat
Modifiers: native
Stats related variables
TimeStat
Modifiers: native
Functions
Events
Destroyed
Overrides: PlayerReplicationInfo.Destroyed
GetHudColor
ReplicatedEvent
Overrides: PlayerReplicationInfo.ReplicatedEvent
Reset
Overrides: PlayerReplicationInfo.Reset
Other instance functions
AddToNodeStat
AllowClientToTeleport
The function is used to setup the conditions that allow a teleport. It also defers to the gameinfo
Parameters:
- DestinationActor - The actor to teleport to
- OwnerPawn - returns the pawn owned by the controlling owner casts to UTPawn
Returns:
- True if the teleport is allowed
AttemptMidGameMenu
CopyProperties
Overrides: PlayerReplicationInfo.CopyProperties
GetCallSign
GetFlag
GetLocationName
Overrides: PlayerReplicationInfo.GetLocationName
GetStartObjective
IncrementDeathStat
IncrementEventStat
IncrementKills
IncrementKillStat
IncrementNodeStat
IncrementPickupStat
IncrementSuicideStat
IncrementVehicleKillStat
OverrideWith
Overrides: PlayerReplicationInfo.OverrideWith
SeamlessTravelTo
Overrides: PlayerReplicationInfo.SeamlessTravelTo
called by seamless travel when initializing a player on the other side - copy properties to the new PRI that should persist
ServerTeleportToActor
This function is used to teleport directly to actor. Currently, only 2 types of actors support teleporting. UTGameObjectives and UTVehicle_Leviathans.
Parameters:
- DestinationActor - This is the Actor the player is trying to teleport to
SetFlag
SetStartObjective
ShouldBroadCastWelcomeMessage
Overrides: PlayerReplicationInfo.ShouldBroadCastWelcomeMessage
Returns true if should broadcast player welcome/left messages. Current conditions: must be a human player a network game
ShowMidGameMenu
StartDrivingStat
StartPowerupTimeStat
StopDrivingStat
StopPowerupTimeStat
UpdatePlayerLocation
Overrides: PlayerReplicationInfo.UpdatePlayerLocation