C# Class PRoConEvents.CPlayerJoinInf

Show file Open project: Pure-Battlefield/TrueBalancer-PURE Class Usage Examples

Public Properties

Property Type Description
statsFetched bool

Public Methods

Method Description
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

Method Details

CPlayerJoinInf() public method

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
return System

Property Details

statsFetched public property

public bool statsFetched
return bool