Show / Hide Table of Contents

Class SqPackIndex

Inheritance
System.Object
SqPack
SqPackIndex
Inherited Members
SqPack.File
SqPack.Name
SqPack.FullName
SqPack.SqPackHeader
SqPack.ShouldConvertEndianness
SqPack.FileCache
SqPack.CacheLock
SqPack.GetCachedFile<T>(Int64)
SqPack.GetFileMetadata(Int64)
SqPack.ReadFile<T>(Int64)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lumina.Data
Assembly: Lumina.dll
Syntax
public class SqPackIndex : SqPack

Properties

| Improve this Doc View Source

HashTableEntries

Declaration
public Dictionary<ulong, IndexHashTableEntry> HashTableEntries { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.UInt64, IndexHashTableEntry>
| Improve this Doc View Source

HashTableEntries2

Declaration
public Dictionary<uint, Index2HashTableEntry> HashTableEntries2 { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.UInt32, Index2HashTableEntry>
| Improve this Doc View Source

IndexHeader

Declaration
public SqPackIndexHeader IndexHeader { get; }
Property Value
Type Description
SqPackIndexHeader
| Improve this Doc View Source

IsIndex2

Declaration
public bool IsIndex2 { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX