Struct ResourceManager
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)
Assembly: FFXIVClientStructs.dll
Syntax
public struct ResourceManager
Fields
|
Improve this Doc
View Source
ResourceGraph
Declaration
public ResourceGraph*ResourceGraph
Field Value
Methods
|
Improve this Doc
View Source
FindResourceHandle(ResourceCategory*, UInt32*, UInt32*)
Declaration
public ResourceHandle*FindResourceHandle(ResourceCategory*category, uint *type, uint *hash)
Parameters
| Type |
Name |
Description |
| ResourceCategory* |
category |
|
| System.UInt32* |
type |
|
| System.UInt32* |
hash |
|
Returns
|
Improve this Doc
View Source
GetResourceAsync(ResourceCategory*, UInt32*, UInt32*, Byte*, Void*, Boolean)
Declaration
public ResourceHandle*GetResourceAsync(ResourceCategory*category, uint *type, uint *hash, byte *path, void *unknown, bool isUnknown)
Parameters
| Type |
Name |
Description |
| ResourceCategory* |
category |
|
| System.UInt32* |
type |
|
| System.UInt32* |
hash |
|
| System.Byte* |
path |
|
| System.Void* |
unknown |
|
| System.Boolean |
isUnknown |
|
Returns
|
Improve this Doc
View Source
GetResourceSync(ResourceCategory*, UInt32*, UInt32*, Byte*, Void*)
Declaration
public ResourceHandle*GetResourceSync(ResourceCategory*category, uint *type, uint *hash, byte *path, void *unknown)
Parameters
| Type |
Name |
Description |
| ResourceCategory* |
category |
|
| System.UInt32* |
type |
|
| System.UInt32* |
hash |
|
| System.Byte* |
path |
|
| System.Void* |
unknown |
|
Returns