Table of Contents

Class MultiplayerIntermissionUsableMapAdded

Namespace
NetworkMessages.FromServer
Assembly
TaleWorlds.MountAndBlade.dll
public sealed class MultiplayerIntermissionUsableMapAdded : GameNetworkMessage
Inheritance
MultiplayerIntermissionUsableMapAdded
Inherited Members

Constructors

MultiplayerIntermissionUsableMapAdded()

public MultiplayerIntermissionUsableMapAdded()

MultiplayerIntermissionUsableMapAdded(string, bool, int, List<string>)

public MultiplayerIntermissionUsableMapAdded(string mapId, bool isCompatibleWithAllGameTypes, int compatibleGameTypeCount, List<string> compatibleGameTypes)

Parameters

mapId string
isCompatibleWithAllGameTypes bool
compatibleGameTypeCount int
compatibleGameTypes List<string>

Fields

CompatibleGameTypeCount

public int CompatibleGameTypeCount

Field Value

int

CompatibleGameTypes

public List<string> CompatibleGameTypes

Field Value

List<string>

IsCompatibleWithAllGameTypes

public bool IsCompatibleWithAllGameTypes

Field Value

bool

Properties

MapId

public string MapId { get; }

Property Value

string

Methods

OnGetLogFilter()

protected override MultiplayerMessageFilter OnGetLogFilter()

Returns

MultiplayerMessageFilter

OnGetLogFormat()

protected override string OnGetLogFormat()

Returns

string

OnRead()

protected override bool OnRead()

Returns

bool

OnWrite()

protected override void OnWrite()

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