Delegate MBMultiplayerData.GameServerInfoReceivedDelegate
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public delegate void MBMultiplayerData.GameServerInfoReceivedDelegate(CustomBattleId id, string gameServer, string gameModule, string gameType, string map, int currentPlayerCount, int maxPlayerCount, string address, int port)
Parameters
idCustomBattleIdgameServerstringgameModulestringgameTypestringmapstringcurrentPlayerCountintmaxPlayerCountintaddressstringportint
- Extension Methods
Constructors
GameServerInfoReceivedDelegate(object, IntPtr)
public GameServerInfoReceivedDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(CustomBattleId, string, string, string, string, int, int, string, int, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(CustomBattleId id, string gameServer, string gameModule, string gameType, string map, int currentPlayerCount, int maxPlayerCount, string address, int port, AsyncCallback callback, object @object)
Parameters
idCustomBattleIdgameServerstringgameModulestringgameTypestringmapstringcurrentPlayerCountintmaxPlayerCountintaddressstringportintcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(CustomBattleId, string, string, string, string, int, int, string, int)
public virtual void Invoke(CustomBattleId id, string gameServer, string gameModule, string gameType, string map, int currentPlayerCount, int maxPlayerCount, string address, int port)
Parameters
idCustomBattleIdgameServerstringgameModulestringgameTypestringmapstringcurrentPlayerCountintmaxPlayerCountintaddressstringportint
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).