I'm a doctor, not a mechanic
UE2:TeamPlayerReplicationInfo (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> ReplicationInfo >> PlayerReplicationInfo >> TeamPlayerReplicationInfo |
Contents
- Package:
- UnrealGame
- Direct subclass:
- XPlayerReplicationInfo
- This class in other games:
- UT2004
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. |
TeamPlayerReplicationInfo.
Properties
bFirstBlood
Type: bool
bHolding
Type: bool
combocount
Type: int
Combos
Type: byte
Array size: 5
FlagReturns
Type: int
FlagTouches
Type: int
flakcount
Type: int
headcount
Type: int
LocalStatsScreenClass
Type: class<ScoreBoard>
MultiKills
Type: byte
Array size: 7
Spree
Type: byte
Array size: 6
Squad
Type: SquadAI
Suicides
Type: int
WeaponStatsArray
Type: array<WeaponStats>
Structs
WeaponStats
Functions
Events
PostBeginPlay
simulated event PostBeginPlay ()
Overrides: PlayerReplicationInfo.PostBeginPlay
Other instance functions
AddWeaponDeath
function AddWeaponDeath (class<DamageType> D)
AddWeaponDeathHolding
AddWeaponKill
function AddWeaponKill (class<DamageType> D)
UpdateWeaponStats
simulated function UpdateWeaponStats (TeamPlayerReplicationInfo PRI, class<Weapon> W, int newKills, int newDeaths, int newDeathsHolding)