mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-18 14:44:29 +01:00
add Penumbra.ObjectIsRedrawn and Penumbra.ReverseResolvePath to API
This commit is contained in:
parent
f579933dd7
commit
1c7037416c
6 changed files with 192 additions and 125 deletions
|
|
@ -44,6 +44,7 @@ public partial class ModCollection
|
|||
PluginLog.Verbose( "Cleared cache of collection {Name:l}.", Name );
|
||||
}
|
||||
|
||||
public List<Utf8GamePath>? ResolveReversePath( FullPath path ) => _cache?.ReverseResolvePath( path );
|
||||
|
||||
public FullPath? ResolvePath( Utf8GamePath path )
|
||||
=> _cache?.ResolvePath( path );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue