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()
Assembly: Lumina.dll
Syntax
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
|
Improve this Doc
View Source
Index2HashTableEntries
Declaration
public Dictionary<uint, Index2HashTableEntry> Index2HashTableEntries { get; set; }
Property Value
|
Improve this Doc
View Source
IndexHashTableEntries
Declaration
public Dictionary<ulong, IndexHashTableEntry> IndexHashTableEntries { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public PlatformId Platform { get; }
Property Value
|
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
|
Improve this Doc
View Source
GetFile<T>(ParsedFilePath)
Declaration
public T GetFile<T>(ParsedFilePath path)
where T : FileResource
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
public SqPackFileInfo? GetFileMetadata(ParsedFilePath path)
Parameters
Returns