mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-31 21:03:48 +01:00
Add object-specific IPC for resolving paths and meta.
This commit is contained in:
parent
f1b495dff4
commit
ca51c3b107
6 changed files with 103 additions and 16 deletions
|
|
@ -17,7 +17,7 @@ namespace Penumbra.Interop.Resolver;
|
|||
public unsafe partial class PathResolver
|
||||
{
|
||||
// Identify the correct collection for a GameObject by index and name.
|
||||
private static ResolveData IdentifyCollection( GameObject* gameObject, bool useCache )
|
||||
public static ResolveData IdentifyCollection( GameObject* gameObject, bool useCache )
|
||||
{
|
||||
if( gameObject == null )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue