There is no spoon

UE2:TeamPlayerReplicationInfo (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:WeaponStats (UT2003))
Jump to: navigation, search
UT2003 Object >> Actor >> Info >> ReplicationInfo >> PlayerReplicationInfo >> TeamPlayerReplicationInfo
Package: 
UnrealGame
Direct subclass:
XPlayerReplicationInfo
This class in other games:
UT2004

TeamPlayerReplicationInfo.

Properties[edit]

bFirstBlood[edit]

Type: bool


bHolding[edit]

Type: bool


combocount[edit]

Type: int


Combos[edit]

Type: byte

Array size: 5


FlagReturns[edit]

Type: int


FlagTouches[edit]

Type: int


flakcount[edit]

Type: int


headcount[edit]

Type: int


LocalStatsScreenClass[edit]

Type: class<ScoreBoard>


MultiKills[edit]

Type: byte

Array size: 7


Spree[edit]

Type: byte

Array size: 6


Squad[edit]

Type: SquadAI


Suicides[edit]

Type: int


WeaponStatsArray[edit]

Type: array<WeaponStats>


Structs[edit]

WeaponStats[edit]

class<Weapon> WeaponClass 
int kills 
int deaths 
int deathsholding 

Functions[edit]

Events[edit]

PostBeginPlay[edit]

simulated event PostBeginPlay ()

Overrides: PlayerReplicationInfo.PostBeginPlay


Other instance functions[edit]

AddWeaponDeath[edit]

function AddWeaponDeath (class<DamageTypeD)


AddWeaponDeathHolding[edit]

function AddWeaponDeathHolding (class<WeaponW)


AddWeaponKill[edit]

function AddWeaponKill (class<DamageTypeD)


UpdateWeaponStats[edit]

simulated function UpdateWeaponStats (TeamPlayerReplicationInfo PRI, class<WeaponW, int newKills, int newDeaths, int newDeathsHolding)