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
id
CustomBattleIdgameServer
stringgameModule
stringgameType
stringmap
stringcurrentPlayerCount
intmaxPlayerCount
intaddress
stringport
int
- 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
id
CustomBattleIdgameServer
stringgameModule
stringgameType
stringmap
stringcurrentPlayerCount
intmaxPlayerCount
intaddress
stringport
intcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
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
id
CustomBattleIdgameServer
stringgameModule
stringgameType
stringmap
stringcurrentPlayerCount
intmaxPlayerCount
intaddress
stringport
int
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).