Table of Contents

Class MatchmakingQueueRegionStats

Namespace
TaleWorlds.MountAndBlade.Diamond
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
public class MatchmakingQueueRegionStats
Inheritance
MatchmakingQueueRegionStats
Inherited Members

Constructors

MatchmakingQueueRegionStats(string)

public MatchmakingQueueRegionStats(string region)

Parameters

region string

Fields

GameTypeStats

public List<MatchmakingQueueGameTypeStats> GameTypeStats

Field Value

List<MatchmakingQueueGameTypeStats>

Properties

AverageWaitTime

public int AverageWaitTime { get; set; }

Property Value

int

MaxWaitTime

public int MaxWaitTime { get; set; }

Property Value

int

MedianWaitTime

public int MedianWaitTime { get; set; }

Property Value

int

MinWaitTime

public int MinWaitTime { get; set; }

Property Value

int

Region

public string Region { get; set; }

Property Value

string

TotalCount

public int TotalCount { get; }

Property Value

int

Methods

AddStats(MatchmakingQueueGameTypeStats)

public void AddStats(MatchmakingQueueGameTypeStats matchmakingQueueGameTypeStats)

Parameters

matchmakingQueueGameTypeStats MatchmakingQueueGameTypeStats

GetQueueCountObjectOf(string[])

public MatchmakingQueueGameTypeStats GetQueueCountObjectOf(string[] gameTypes)

Parameters

gameTypes string[]

Returns

MatchmakingQueueGameTypeStats

GetQueueCountOf(string[])

public int GetQueueCountOf(string[] gameTypes)

Parameters

gameTypes string[]

Returns

int

SetWaitTimeStats(int, int, int, int)

public void SetWaitTimeStats(int averageWaitTime, int maxWaitTime, int minWaitTime, int medianWaitTime)

Parameters

averageWaitTime int
maxWaitTime int
minWaitTime int
medianWaitTime int

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