C# Class Pluton.PlayerStats

Inheritance: CountedInstance
Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public AddDamageFrom ( float dmgAmount, bool player, bool npc, bool fall ) : void
dmgAmount float
player bool
npc bool
fall bool
Résultat void

AddDamageTo() public méthode

public AddDamageTo ( float dmgAmount, bool player, bool npc, bool entity ) : void
dmgAmount float
player bool
npc bool
entity bool
Résultat void

AddDeath() public méthode

public AddDeath ( bool player, bool npc ) : void
player bool
npc bool
Résultat void

AddKill() public méthode

public AddKill ( bool player, bool npc ) : void
player bool
npc bool
Résultat void

PlayerStats() public méthode

public PlayerStats ( string steamid ) : System
steamid string
Résultat System

Property Details

DamageFromNPCs public_oe property

public double DamageFromNPCs
Résultat double

DamageFromPlayers public_oe property

public double DamageFromPlayers
Résultat double

DamageToEntities public_oe property

public double DamageToEntities
Résultat double

DamageToNPCs public_oe property

public double DamageToNPCs
Résultat double

DamageToPlayers public_oe property

public double DamageToPlayers
Résultat double

Deaths public_oe property

public uint Deaths
Résultat uint

FallDamage public_oe property

public double FallDamage
Résultat double

Kills public_oe property

public uint Kills
Résultat uint

NPCDeaths public_oe property

public uint NPCDeaths
Résultat uint

NPCKills public_oe property

public uint NPCKills
Résultat uint

PlayerDeaths public_oe property

public uint PlayerDeaths
Résultat uint

PlayerKills public_oe property

public uint PlayerKills
Résultat uint

TotalDamageDone public_oe property

public double TotalDamageDone
Résultat double

TotalDamageTaken public_oe property

public double TotalDamageTaken
Résultat double