Table of Contents

Class MatchmakingQueueStats

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

Constructors

MatchmakingQueueStats()

public MatchmakingQueueStats()

Fields

RegionStats

public List<MatchmakingQueueRegionStats> RegionStats

Field Value

List<MatchmakingQueueRegionStats>

Properties

AverageWaitTime

public int AverageWaitTime { get; }

Property Value

int

Empty

public static MatchmakingQueueStats Empty { get; }

Property Value

MatchmakingQueueStats

TotalCount

public int TotalCount { get; }

Property Value

int

Methods

AddRegionStats(MatchmakingQueueRegionStats)

public void AddRegionStats(MatchmakingQueueRegionStats matchmakingQueueRegionStats)

Parameters

matchmakingQueueRegionStats MatchmakingQueueRegionStats

GetQueueCountOf(string, string[])

public int GetQueueCountOf(string region, string[] gameTypes)

Parameters

region string
gameTypes string[]

Returns

int

GetRegionNames()

public string[] GetRegionNames()

Returns

string[]

GetRegionStats(string)

public MatchmakingQueueRegionStats GetRegionStats(string region)

Parameters

region string

Returns

MatchmakingQueueRegionStats

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