Show / Hide Table of Contents

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 Source

data

Declaration
public uint data
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

hash

Declaration
public uint hash
Field Value
Type Description
System.UInt32

Properties

| Improve this Doc View Source

DataFileId

Declaration
public byte DataFileId { get; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

IsSynonym

Declaration
public bool IsSynonym { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Offset

Declaration
public long Offset { get; }
Property Value
Type Description
System.Int64
  • Improve this Doc
  • View Source
Back to top Generated by DocFX