Class MBMultiplayerData
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public class MBMultiplayerData
- Inheritance
-
MBMultiplayerData
- Inherited Members
Constructors
MBMultiplayerData()
public MBMultiplayerData()
Fields
GameModule
public static string GameModule
Field Value
GameType
public static string GameType
Field Value
Map
public static string Map
Field Value
PlayerCountLimit
public static int PlayerCountLimit
Field Value
ServerName
public static string ServerName
Field Value
Properties
ServerId
public static Guid ServerId { get; set; }
Property Value
Methods
GetCurrentPlayerCount()
[MBCallback]
public static int GetCurrentPlayerCount()
Returns
GetGameModule()
[MBCallback]
public static string GetGameModule()
Returns
GetGameType()
[MBCallback]
public static string GetGameType()
Returns
GetMap()
[MBCallback]
public static string GetMap()
Returns
GetPlayerCountLimit()
[MBCallback]
public static int GetPlayerCountLimit()
Returns
GetServerId()
[MBCallback]
public static string GetServerId()
Returns
GetServerName()
[MBCallback]
public static string GetServerName()
Returns
UpdateGameServerInfo(string, string, string, string, string, int, int, string, int)
[MBCallback]
public static void UpdateGameServerInfo(string id, string gameServer, string gameModule, string gameType, string map, int currentPlayerCount, int maxPlayerCount, string address, int port)
Parameters
id
stringgameServer
stringgameModule
stringgameType
stringmap
stringcurrentPlayerCount
intmaxPlayerCount
intaddress
stringport
int
Events
GameServerInfoReceived
public static event MBMultiplayerData.GameServerInfoReceivedDelegate GameServerInfoReceived
Event Type
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).