Show / Hide Table of Contents

Class SaveTreeHeader

Header of SAVETREE.DAT file.

Inheritance
Object
SaveTreeHeader
Namespace: DaggerfallConnect.Save
Assembly: Assembly-CSharp.dll
Syntax
public class SaveTreeHeader

Fields

| Improve this Doc View Source

CharacterPosition

Declaration
public HeaderCharacterPositionRecord CharacterPosition
Field Value
Type Description
HeaderCharacterPositionRecord
| Improve this Doc View Source

Environment

Declaration
public byte Environment
Field Value
Type Description
Byte
| Improve this Doc View Source

HeaderLength

Declaration
public const int HeaderLength = 19
Field Value
Type Description
Int32
| Improve this Doc View Source

MapID

Declaration
public ushort MapID
Field Value
Type Description
UInt16
| Improve this Doc View Source

RawData

Declaration
public byte[] RawData
Field Value
Type Description
Byte[]
| Improve this Doc View Source

StreamPosition

Declaration
public long StreamPosition
Field Value
Type Description
Int64
| Improve this Doc View Source

Version

Declaration
public int Version
Field Value
Type Description
Int32
| Improve this Doc View Source

VersionNumber

Declaration
public const int VersionNumber = 294
Field Value
Type Description
Int32

Methods

| Improve this Doc View Source

Read(BinaryReader)

Reads header from file.

Declaration
public void Read(BinaryReader reader)
Parameters
Type Name Description
BinaryReader reader

BinaryReader into file.

| Improve this Doc View Source

Save(BinaryWriter)

Writes header to file.

Declaration
public void Save(BinaryWriter writer)
Parameters
Type Name Description
BinaryWriter writer

BinaryWriter into file.

  • Improve this Doc
  • View Source
In This Article
  • Fields
    • CharacterPosition
    • Environment
    • HeaderLength
    • MapID
    • RawData
    • StreamPosition
    • Version
    • VersionNumber
  • Methods
    • Read(BinaryReader)
    • Save(BinaryWriter)
Back to top Generated by DocFX