Struct Index2HashTableEntry
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lumina.Data.Structs
Assembly: Lumina.dll
Syntax
public struct Index2HashTableEntry
Fields
| Improve this Doc View Sourcedata
Declaration
public uint data
Field Value
Type | Description |
---|---|
System.UInt32 |
hash
Declaration
public uint hash
Field Value
Type | Description |
---|---|
System.UInt32 |
Properties
| Improve this Doc View SourceDataFileId
Declaration
public byte DataFileId { get; }
Property Value
Type | Description |
---|---|
System.Byte |
IsSynonym
Declaration
public bool IsSynonym { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Offset
Declaration
public long Offset { get; }
Property Value
Type | Description |
---|---|
System.Int64 |