mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Extend some more IPC functions.
This commit is contained in:
parent
f0131dd5ba
commit
cf79f47e08
4 changed files with 411 additions and 158 deletions
|
|
@ -138,4 +138,10 @@ public partial class PathResolver : IDisposable
|
|||
DisposeDataHooks();
|
||||
DisposeMetaHooks();
|
||||
}
|
||||
|
||||
public unsafe (IntPtr, ModCollection) IdentifyDrawObject( IntPtr drawObject )
|
||||
{
|
||||
var parent = FindParent( drawObject, out var collection );
|
||||
return ( ( IntPtr )parent, collection );
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue