Show / Hide Table of Contents

Class SaveTreeBuildingRecords

Building data following header.

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

Constructors

| Improve this Doc View Source

SaveTreeBuildingRecords(BinaryReader)

Constructor.

Declaration
public SaveTreeBuildingRecords(BinaryReader reader)
Parameters
Type Name Description
BinaryReader reader

Reader positioned at start of binary data.

Properties

| Improve this Doc View Source

NumberOfBuildings

Declaration
public int NumberOfBuildings { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

RecordData

Declaration
public DFLocation.BuildingData[] RecordData { get; }
Property Value
Type Description
DFLocation.BuildingData[]
| Improve this Doc View Source

RecordLength

Declaration
public int RecordLength { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

StreamPosition

Declaration
public long StreamPosition { get; }
Property Value
Type Description
Int64
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX