Class RankBarInfo
- Namespace
- TaleWorlds.MountAndBlade.Diamond.Ranked
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class RankBarInfo
- Inheritance
-
RankBarInfo
- Inherited Members
Constructors
RankBarInfo()
public RankBarInfo()
RankBarInfo(string, string, string, float, int, int, bool, int, int)
public RankBarInfo(string rankId, string previousRankId, string nextRankId, float progressPercentage, int rating, int ratingToNextRank, bool isEvaluating, int evaluationMatchesPlayed, int totalEvaluationMatchesRequired)
Parameters
rankId
stringpreviousRankId
stringnextRankId
stringprogressPercentage
floatrating
intratingToNextRank
intisEvaluating
boolevaluationMatchesPlayed
inttotalEvaluationMatchesRequired
int
Properties
EvaluationMatchesPlayed
public int EvaluationMatchesPlayed { get; set; }
Property Value
IsEvaluating
public bool IsEvaluating { get; set; }
Property Value
NextRankId
public string NextRankId { get; set; }
Property Value
PreviousRankId
public string PreviousRankId { get; set; }
Property Value
ProgressPercentage
public float ProgressPercentage { get; set; }
Property Value
RankId
public string RankId { get; set; }
Property Value
Rating
public int Rating { get; set; }
Property Value
RatingToNextRank
public int RatingToNextRank { get; set; }
Property Value
TotalEvaluationMatchesRequired
public int TotalEvaluationMatchesRequired { get; set; }
Property Value
Methods
CreateBarInfo(string, string, string, float, int, int)
public static RankBarInfo CreateBarInfo(string rankId, string previousRankId, string nextRankId, float progressPercentage, int rating, int ratingToNextRank)
Parameters
rankId
stringpreviousRankId
stringnextRankId
stringprogressPercentage
floatrating
intratingToNextRank
int
Returns
CreateUnrankedInfo(int, int)
public static RankBarInfo CreateUnrankedInfo(int matchesPlayed, int totalMatchesRequired)
Parameters
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).