Always snap to grid
UE2:TeamPlayerReplicationInfo (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:WeaponStats (UT2004))
Object >> Actor >> Info >> ReplicationInfo >> PlayerReplicationInfo >> TeamPlayerReplicationInfo |
Contents
- Package:
- UnrealGame
- Direct subclass:
- XPlayerReplicationInfo
- This class in other games:
- UT2003
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[edit]
bFirstBlood[edit]
Type: bool
bHolding[edit]
Type: bool
combocount[edit]
Type: int
Combos[edit]
Type: byte
Array size: 5
DaredevilPoints[edit]
Type: int
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
ranovercount[edit]
Type: int
Spree[edit]
Type: byte
Array size: 6
Squad[edit]
Type: SquadAI
Suicides[edit]
Type: int
VehicleStatsArray[edit]
Type: array<VehicleStats>
WeaponStatsArray[edit]
Type: array<WeaponStats>
Structs[edit]
VehicleStats[edit]
WeaponStats[edit]
Functions[edit]
Events[edit]
PostBeginPlay[edit]
simulated event PostBeginPlay ()
Overrides: PlayerReplicationInfo.PostBeginPlay
Other instance functions[edit]
AddVehicleDeath[edit]
function AddVehicleDeath (class<DamageType> D)
AddVehicleDeathDriving[edit]
AddVehicleKill[edit]
function AddVehicleKill (class<VehicleDamageType> D)
AddWeaponDeath[edit]
function AddWeaponDeath (class<DamageType> D)
AddWeaponDeathHolding[edit]
AddWeaponKill[edit]
function AddWeaponKill (class<DamageType> D)
UpdateVehicleStats[edit]
simulated function UpdateVehicleStats (TeamPlayerReplicationInfo PRI, class<Vehicle> V, int newKills, int newDeaths, int newDeathsDriving)
UpdateWeaponStats[edit]
simulated function UpdateWeaponStats (TeamPlayerReplicationInfo PRI, class<Weapon> W, int newKills, int newDeaths, int newDeathsHolding)