Table of Contents

Class ServerStatus

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

Constructors

ServerStatus()

public ServerStatus()

ServerStatus(bool, bool, bool, bool, bool, Announcement, ServerNotification[], int)

public ServerStatus(bool isMatchmakingEnabled, bool isCustomBattleEnabled, bool isPlayerBasedCustomBattleEnabled, bool isPremadeGameEnabled, bool isTestRegionEnabled, Announcement announcement, ServerNotification[] serverNotifications, int friendListUpdatePeriod)

Parameters

isMatchmakingEnabled bool
isCustomBattleEnabled bool
isPlayerBasedCustomBattleEnabled bool
isPremadeGameEnabled bool
isTestRegionEnabled bool
announcement Announcement
serverNotifications ServerNotification[]
friendListUpdatePeriod int

Properties

Announcement

public Announcement Announcement { get; set; }

Property Value

Announcement

FriendListUpdatePeriod

public int FriendListUpdatePeriod { get; set; }

Property Value

int

IsCustomBattleEnabled

public bool IsCustomBattleEnabled { get; set; }

Property Value

bool

IsMatchmakingEnabled

public bool IsMatchmakingEnabled { get; set; }

Property Value

bool

IsPlayerBasedCustomBattleEnabled

public bool IsPlayerBasedCustomBattleEnabled { get; set; }

Property Value

bool

IsPremadeGameEnabled

public bool IsPremadeGameEnabled { get; set; }

Property Value

bool

IsTestRegionEnabled

public bool IsTestRegionEnabled { get; set; }

Property Value

bool

ServerNotifications

public ServerNotification[] ServerNotifications { get; }

Property Value

ServerNotification[]

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