Property AverageKDA
AverageKDA
Gets or sets the average Kill/Death/Assist (KDA) ratio.
Declaration
public float? AverageKDA { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Single> |
Remarks
In the player service record, this is the property used, while in match core stats, the KDA property is used instead.