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
stringisCompatibleWithAllGameTypes
boolcompatibleGameTypeCount
intcompatibleGameTypes
List<string>
Fields
CompatibleGameTypeCount
public int CompatibleGameTypeCount
Field Value
CompatibleGameTypes
public List<string> CompatibleGameTypes
Field Value
IsCompatibleWithAllGameTypes
public bool IsCompatibleWithAllGameTypes
Field Value
Properties
MapId
public string MapId { get; }
Property Value
Methods
OnGetLogFilter()
protected override MultiplayerMessageFilter OnGetLogFilter()
Returns
OnGetLogFormat()
protected override string OnGetLogFormat()
Returns
OnRead()
protected override bool OnRead()
Returns
OnWrite()
protected override void OnWrite()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).