Table of Contents

Class ContainerSaveId

Namespace
TaleWorlds.SaveSystem.Definition
Assembly
TaleWorlds.SaveSystem.dll
public class ContainerSaveId : SaveId
Inheritance
ContainerSaveId
Inherited Members

Constructors

ContainerSaveId(ContainerType, SaveId)

public ContainerSaveId(ContainerType containerType, SaveId elementId)

Parameters

containerType ContainerType
elementId SaveId

ContainerSaveId(ContainerType, SaveId, SaveId)

public ContainerSaveId(ContainerType containerType, SaveId keyId, SaveId valueId)

Parameters

containerType ContainerType
keyId SaveId
valueId SaveId

Properties

ContainerType

public ContainerType ContainerType { get; set; }

Property Value

ContainerType

KeyId

public SaveId KeyId { get; set; }

Property Value

SaveId

ValueId

public SaveId ValueId { get; set; }

Property Value

SaveId

Methods

GetStringId()

public override string GetStringId()

Returns

string

ReadFrom(IReader)

public static ContainerSaveId ReadFrom(IReader reader)

Parameters

reader IReader

Returns

ContainerSaveId

WriteTo(IWriter)

public override void WriteTo(IWriter writer)

Parameters

writer IWriter

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