Table of Contents

Class JoinCustomGameResultMessage

Namespace
Messages.FromLobbyServer.ToClient
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
public class JoinCustomGameResultMessage : Message
Inheritance
JoinCustomGameResultMessage
Inherited Members

Constructors

JoinCustomGameResultMessage()

public JoinCustomGameResultMessage()

Properties

IsAdmin

public bool IsAdmin { get; }

Property Value

bool

JoinGameData

public JoinGameData JoinGameData { get; }

Property Value

JoinGameData

MatchId

public string MatchId { get; }

Property Value

string

Response

public CustomGameJoinResponse Response { get; }

Property Value

CustomGameJoinResponse

Success

public bool Success { get; }

Property Value

bool

Methods

CreateFailed(CustomGameJoinResponse)

public static JoinCustomGameResultMessage CreateFailed(CustomGameJoinResponse response)

Parameters

response CustomGameJoinResponse

Returns

JoinCustomGameResultMessage

CreateSuccess(JoinGameData, string, bool)

public static JoinCustomGameResultMessage CreateSuccess(JoinGameData joinGameData, string matchId, bool isAdmin)

Parameters

joinGameData JoinGameData
matchId string
isAdmin bool

Returns

JoinCustomGameResultMessage

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