Class RequestJoinCustomGameMessage
- Namespace
- Messages.FromClient.ToLobbyServer
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
[MessageDescription("Client", "LobbyServer")]
public class RequestJoinCustomGameMessage : Message
- Inheritance
-
RequestJoinCustomGameMessage
- Inherited Members
Constructors
RequestJoinCustomGameMessage()
public RequestJoinCustomGameMessage()
RequestJoinCustomGameMessage(CustomBattleId, string, bool)
public RequestJoinCustomGameMessage(CustomBattleId customBattleId, string password = "", bool isJoinAsAdminOnly = false)
Parameters
customBattleId
CustomBattleIdpassword
stringisJoinAsAdminOnly
bool
Properties
CustomBattleId
public CustomBattleId CustomBattleId { get; }
Property Value
IsJoinAsAdminOnly
public bool IsJoinAsAdminOnly { get; }
Property Value
Password
public string Password { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).