C# 클래스 PRoConEvents.CPlayerJoinInf

파일 보기 프로젝트 열기: Pure-Battlefield/TrueBalancer-PURE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
statsFetched bool

공개 메소드들

메소드 설명
CPlayerJoinInf ( int teamID, int playerWL, int playerSquad, System.DateTime Playerjoined, int score, double rank, double skill, double spm, double spmcombat, double kdr, double TBvalue, double playerValue, string tag, bool tobebalanced, bool commander, bool spectator ) : System

메소드 상세

CPlayerJoinInf() 공개 메소드

public CPlayerJoinInf ( int teamID, int playerWL, int playerSquad, System.DateTime Playerjoined, int score, double rank, double skill, double spm, double spmcombat, double kdr, double TBvalue, double playerValue, string tag, bool tobebalanced, bool commander, bool spectator ) : System
teamID int
playerWL int
playerSquad int
Playerjoined System.DateTime
score int
rank double
skill double
spm double
spmcombat double
kdr double
TBvalue double
playerValue double
tag string
tobebalanced bool
commander bool
spectator bool
리턴 System

프로퍼티 상세

statsFetched 공개적으로 프로퍼티

public bool statsFetched
리턴 bool