Table of Contents

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 string
previousRankId string
nextRankId string
progressPercentage float
rating int
ratingToNextRank int
isEvaluating bool
evaluationMatchesPlayed int
totalEvaluationMatchesRequired int

Properties

EvaluationMatchesPlayed

public int EvaluationMatchesPlayed { get; set; }

Property Value

int

IsEvaluating

public bool IsEvaluating { get; set; }

Property Value

bool

NextRankId

public string NextRankId { get; set; }

Property Value

string

PreviousRankId

public string PreviousRankId { get; set; }

Property Value

string

ProgressPercentage

public float ProgressPercentage { get; set; }

Property Value

float

RankId

public string RankId { get; set; }

Property Value

string

Rating

public int Rating { get; set; }

Property Value

int

RatingToNextRank

public int RatingToNextRank { get; set; }

Property Value

int

TotalEvaluationMatchesRequired

public int TotalEvaluationMatchesRequired { get; set; }

Property Value

int

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 string
previousRankId string
nextRankId string
progressPercentage float
rating int
ratingToNextRank int

Returns

RankBarInfo

CreateUnrankedInfo(int, int)

public static RankBarInfo CreateUnrankedInfo(int matchesPlayed, int totalMatchesRequired)

Parameters

matchesPlayed int
totalMatchesRequired int

Returns

RankBarInfo

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).