C# Class Pluton.PlayerStats

Inheritance: CountedInstance
Show file Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
DamageFromNPCs double
DamageFromPlayers double
DamageToEntities double
DamageToNPCs double
DamageToPlayers double
Deaths uint
FallDamage double
Kills uint
NPCDeaths uint
NPCKills uint
PlayerDeaths uint
PlayerKills uint
TotalDamageDone double
TotalDamageTaken double

Public Methods

Method Description
AddDamageFrom ( float dmgAmount, bool player, bool npc, bool fall ) : void
AddDamageTo ( float dmgAmount, bool player, bool npc, bool entity ) : void
AddDeath ( bool player, bool npc ) : void
AddKill ( bool player, bool npc ) : void
PlayerStats ( string steamid ) : System

Method Details

AddDamageFrom() public method

public AddDamageFrom ( float dmgAmount, bool player, bool npc, bool fall ) : void
dmgAmount float
player bool
npc bool
fall bool
return void

AddDamageTo() public method

public AddDamageTo ( float dmgAmount, bool player, bool npc, bool entity ) : void
dmgAmount float
player bool
npc bool
entity bool
return void

AddDeath() public method

public AddDeath ( bool player, bool npc ) : void
player bool
npc bool
return void

AddKill() public method

public AddKill ( bool player, bool npc ) : void
player bool
npc bool
return void

PlayerStats() public method

public PlayerStats ( string steamid ) : System
steamid string
return System

Property Details

DamageFromNPCs public property

public double DamageFromNPCs
return double

DamageFromPlayers public property

public double DamageFromPlayers
return double

DamageToEntities public property

public double DamageToEntities
return double

DamageToNPCs public property

public double DamageToNPCs
return double

DamageToPlayers public property

public double DamageToPlayers
return double

Deaths public property

public uint Deaths
return uint

FallDamage public property

public double FallDamage
return double

Kills public property

public uint Kills
return uint

NPCDeaths public property

public uint NPCDeaths
return uint

NPCKills public property

public uint NPCKills
return uint

PlayerDeaths public property

public uint PlayerDeaths
return uint

PlayerKills public property

public uint PlayerKills
return uint

TotalDamageDone public property

public double TotalDamageDone
return double

TotalDamageTaken public property

public double TotalDamageTaken
return double