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
boolisCustomBattleEnabled
boolisPlayerBasedCustomBattleEnabled
boolisPremadeGameEnabled
boolisTestRegionEnabled
boolannouncement
AnnouncementserverNotifications
ServerNotification[]friendListUpdatePeriod
int
Properties
Announcement
public Announcement Announcement { get; set; }
Property Value
FriendListUpdatePeriod
public int FriendListUpdatePeriod { get; set; }
Property Value
IsCustomBattleEnabled
public bool IsCustomBattleEnabled { get; set; }
Property Value
IsMatchmakingEnabled
public bool IsMatchmakingEnabled { get; set; }
Property Value
IsPlayerBasedCustomBattleEnabled
public bool IsPlayerBasedCustomBattleEnabled { get; set; }
Property Value
IsPremadeGameEnabled
public bool IsPremadeGameEnabled { get; set; }
Property Value
IsTestRegionEnabled
public bool IsTestRegionEnabled { get; set; }
Property Value
ServerNotifications
public ServerNotification[] ServerNotifications { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).