Show / Hide Table of Contents

Class Category

Inheritance
System.Object
Category
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 Category

Properties

| Improve this Doc View Source

CategoryId

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

Chunk

Declaration
public int Chunk { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

DatFiles

Declaration
public Dictionary<byte, SqPack> DatFiles { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.Byte, SqPack>
| Improve this Doc View Source

Expansion

Declaration
public int Expansion { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Index

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

Index2HashTableEntries

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

IndexHashTableEntries

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

Platform

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

RootDir

Declaration
public DirectoryInfo RootDir { get; }
Property Value
Type Description
System.IO.DirectoryInfo

Methods

| Improve this Doc View Source

FileExists(UInt32)

Declaration
public bool FileExists(uint hash)
Parameters
Type Name Description
System.UInt32 hash
Returns
Type Description
System.Boolean
| Improve this Doc View Source

FileExists(UInt64)

Declaration
public bool FileExists(ulong hash)
Parameters
Type Name Description
System.UInt64 hash
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetDat(Byte)

Declaration
public SqPack GetDat(byte datId)
Parameters
Type Name Description
System.Byte datId
Returns
Type Description
SqPack
| Improve this Doc View Source

GetFile<T>(ParsedFilePath)

Declaration
public T GetFile<T>(ParsedFilePath path)
    where T : FileResource
Parameters
Type Name Description
ParsedFilePath path
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

GetFileMetadata(ParsedFilePath)

Declaration
public SqPackFileInfo? GetFileMetadata(ParsedFilePath path)
Parameters
Type Name Description
ParsedFilePath path
Returns
Type Description
System.Nullable<SqPackFileInfo>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX