C# 클래스 Pluton.PlayerStats

상속: CountedInstance
파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

AddDamageFrom() 공개 메소드

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

AddDamageTo() 공개 메소드

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

AddDeath() 공개 메소드

public AddDeath ( bool player, bool npc ) : void
player bool
npc bool
리턴 void

AddKill() 공개 메소드

public AddKill ( bool player, bool npc ) : void
player bool
npc bool
리턴 void

PlayerStats() 공개 메소드

public PlayerStats ( string steamid ) : System
steamid string
리턴 System

프로퍼티 상세

DamageFromNPCs 공개적으로 프로퍼티

public double DamageFromNPCs
리턴 double

DamageFromPlayers 공개적으로 프로퍼티

public double DamageFromPlayers
리턴 double

DamageToEntities 공개적으로 프로퍼티

public double DamageToEntities
리턴 double

DamageToNPCs 공개적으로 프로퍼티

public double DamageToNPCs
리턴 double

DamageToPlayers 공개적으로 프로퍼티

public double DamageToPlayers
리턴 double

Deaths 공개적으로 프로퍼티

public uint Deaths
리턴 uint

FallDamage 공개적으로 프로퍼티

public double FallDamage
리턴 double

Kills 공개적으로 프로퍼티

public uint Kills
리턴 uint

NPCDeaths 공개적으로 프로퍼티

public uint NPCDeaths
리턴 uint

NPCKills 공개적으로 프로퍼티

public uint NPCKills
리턴 uint

PlayerDeaths 공개적으로 프로퍼티

public uint PlayerDeaths
리턴 uint

PlayerKills 공개적으로 프로퍼티

public uint PlayerKills
리턴 uint

TotalDamageDone 공개적으로 프로퍼티

public double TotalDamageDone
리턴 double

TotalDamageTaken 공개적으로 프로퍼티

public double TotalDamageTaken
리턴 double