There is no spoon

UE2:TeamPlayerReplicationInfo (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> Actor >> Info >> ReplicationInfo >> PlayerReplicationInfo >> TeamPlayerReplicationInfo

Contents

Package: 
UnrealGame
Direct subclass:
XPlayerReplicationInfo
This class in other games:
UT2003

TeamPlayerReplicationInfo.

[edit] Properties

[edit] bFirstBlood

Type: bool


[edit] bHolding

Type: bool


[edit] combocount

Type: int


[edit] Combos

Type: byte

Array size: 5


[edit] DaredevilPoints

Type: int


[edit] FlagReturns

Type: int


[edit] FlagTouches

Type: int


[edit] flakcount

Type: int


[edit] headcount

Type: int


[edit] LocalStatsScreenClass

Type: class<ScoreBoard>


[edit] MultiKills

Type: byte

Array size: 7


[edit] ranovercount

Type: int


[edit] Spree

Type: byte

Array size: 6


[edit] Squad

Type: SquadAI


[edit] Suicides

Type: int


[edit] VehicleStatsArray

Type: array<VehicleStats>


[edit] WeaponStatsArray

Type: array<WeaponStats>


[edit] Structs

[edit] VehicleStats

class<Vehicle> VehicleClass 
int Kills 
int Deaths 
int DeathsDriving 

[edit] WeaponStats

class<Weapon> WeaponClass 
int kills 
int deaths 
int deathsholding 

[edit] Functions

[edit] Events

[edit] PostBeginPlay

simulated event PostBeginPlay ()

Overrides: PlayerReplicationInfo.PostBeginPlay


[edit] Other instance functions

[edit] AddVehicleDeath

function AddVehicleDeath (class<DamageTypeD)


[edit] AddVehicleDeathDriving

function AddVehicleDeathDriving (class<VehicleV)


[edit] AddVehicleKill

function AddVehicleKill (class<VehicleDamageTypeD)


[edit] AddWeaponDeath

function AddWeaponDeath (class<DamageTypeD)


[edit] AddWeaponDeathHolding

function AddWeaponDeathHolding (class<WeaponW)


[edit] AddWeaponKill

function AddWeaponKill (class<DamageTypeD)


[edit] UpdateVehicleStats

simulated function UpdateVehicleStats (TeamPlayerReplicationInfo PRI, class<VehicleV, int newKills, int newDeaths, int newDeathsDriving)


[edit] UpdateWeaponStats

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