Class BattleServerReadyMessage
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
[MessageDescription("BattleServer", "BattleServerManager")]
public class BattleServerReadyMessage : LoginMessage
- Inheritance
-
BattleServerReadyMessage
- Inherited Members
Constructors
BattleServerReadyMessage()
public BattleServerReadyMessage()
BattleServerReadyMessage(PeerId, ApplicationVersion, string, ushort, string, sbyte, string, string)
public BattleServerReadyMessage(PeerId peerId, ApplicationVersion applicationVersion, string assignedAddress, ushort assignedPort, string region, sbyte priority, string password, string gameType)
Parameters
peerId
PeerIdapplicationVersion
ApplicationVersionassignedAddress
stringassignedPort
ushortregion
stringpriority
sbytepassword
stringgameType
string
Properties
ApplicationVersion
public ApplicationVersion ApplicationVersion { get; }
Property Value
AssignedAddress
public string AssignedAddress { get; }
Property Value
AssignedPort
public ushort AssignedPort { get; }
Property Value
GameType
public string GameType { get; }
Property Value
Password
public string Password { get; }
Property Value
Priority
public sbyte Priority { get; }
Property Value
Region
public string Region { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).