Table of Contents

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

string

GameType

public static string GameType

Field Value

string

Map

public static string Map

Field Value

string

PlayerCountLimit

public static int PlayerCountLimit

Field Value

int

ServerName

public static string ServerName

Field Value

string

Properties

ServerId

public static Guid ServerId { get; set; }

Property Value

Guid

Methods

GetCurrentPlayerCount()

[MBCallback]
public static int GetCurrentPlayerCount()

Returns

int

GetGameModule()

[MBCallback]
public static string GetGameModule()

Returns

string

GetGameType()

[MBCallback]
public static string GetGameType()

Returns

string

GetMap()

[MBCallback]
public static string GetMap()

Returns

string

GetPlayerCountLimit()

[MBCallback]
public static int GetPlayerCountLimit()

Returns

int

GetServerId()

[MBCallback]
public static string GetServerId()

Returns

string

GetServerName()

[MBCallback]
public static string GetServerName()

Returns

string

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 string
gameServer string
gameModule string
gameType string
map string
currentPlayerCount int
maxPlayerCount int
address string
port int

Events

GameServerInfoReceived

public static event MBMultiplayerData.GameServerInfoReceivedDelegate GameServerInfoReceived

Event Type

MBMultiplayerData.GameServerInfoReceivedDelegate

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