Class SqPackIndex
Inherited Members
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 SourceHashTableEntries
Declaration
public Dictionary<ulong, IndexHashTableEntry> HashTableEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt64, IndexHashTableEntry> |
HashTableEntries2
Declaration
public Dictionary<uint, Index2HashTableEntry> HashTableEntries2 { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt32, Index2HashTableEntry> |
IndexHeader
Declaration
public SqPackIndexHeader IndexHeader { get; }
Property Value
Type | Description |
---|---|
SqPackIndexHeader |
IsIndex2
Declaration
public bool IsIndex2 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |