Show / Hide Table of Contents

Struct BookFile.BookHeader

Defines a book file header.

Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
public struct BookHeader

Fields

| Improve this Doc View Source

Author

Declaration
public string Author
Field Value
Type Description
String
| Improve this Doc View Source

IsNaughty

Declaration
public bool IsNaughty
Field Value
Type Description
Boolean
| Improve this Doc View Source

NullValues

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

PageCount

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

PageOffsets

Declaration
public uint[] PageOffsets
Field Value
Type Description
UInt32[]
| Improve this Doc View Source

Price

Declaration
public uint Price
Field Value
Type Description
UInt32
| Improve this Doc View Source

Title

Declaration
public string Title
Field Value
Type Description
String
| Improve this Doc View Source

Unknown1

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

Unknown2

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

Unknown3

Declaration
public ushort Unknown3
Field Value
Type Description
UInt16
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX