Table of Contents

Class MultiplayerMissionServerStatusVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MultiplayerMissionServerStatusVM : ViewModel
Inheritance
MultiplayerMissionServerStatusVM

Constructors

MultiplayerMissionServerStatusVM()

public MultiplayerMissionServerStatusVM()

Properties

PacketLossState

public int PacketLossState { get; set; }

Property Value

int

PingState

public int PingState { get; set; }

Property Value

int

ServerPerformanceState

public int ServerPerformanceState { get; set; }

Property Value

int

Methods

ResetStates()

public void ResetStates()

UpdatePacketLossRatio(float)

public void UpdatePacketLossRatio(float v)

Parameters

v float

UpdatePeerPing(double)

public void UpdatePeerPing(double averagePingInMilliseconds)

Parameters

averagePingInMilliseconds double

UpdateServerPerformanceState(ServerPerformanceState)

public void UpdateServerPerformanceState(ServerPerformanceState serverPerformanceState)

Parameters

serverPerformanceState ServerPerformanceState

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