Table of Contents

Class TauntSlotDataContainer

Namespace
TaleWorlds.MountAndBlade.Diamond.Lobby.LocalData
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
public class TauntSlotDataContainer : MultiplayerLocalDataContainer<TauntSlotData>
Inheritance
TauntSlotDataContainer
Inherited Members

Constructors

TauntSlotDataContainer()

public TauntSlotDataContainer()

Methods

DeserializeInCompatibilityMode(string)

protected override List<TauntSlotData> DeserializeInCompatibilityMode(string serializedJson)

Parameters

serializedJson string

Returns

List<TauntSlotData>

GetCompatibilityFilePath()

protected override PlatformFilePath GetCompatibilityFilePath()

Returns

PlatformFilePath

GetSaveDirectoryName()

protected override string GetSaveDirectoryName()

Returns

string

GetSaveFileName()

protected override string GetSaveFileName()

Returns

string

GetTauntIndicesForPlayer(string)

public MBReadOnlyList<TauntIndexData> GetTauntIndicesForPlayer(string playerId)

Parameters

playerId string

Returns

MBReadOnlyList<TauntIndexData>

SetTauntIndicesForPlayer(string, List<TauntIndexData>)

public void SetTauntIndicesForPlayer(string playerId, List<TauntIndexData> tauntIndices)

Parameters

playerId string
tauntIndices List<TauntIndexData>

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