add Penumbra.ObjectIsRedrawn and Penumbra.ReverseResolvePath to API

This commit is contained in:
Stanley Dimant 2022-06-16 23:33:30 +02:00 committed by Ottermandias
parent f579933dd7
commit 1c7037416c
6 changed files with 192 additions and 125 deletions

View file

@ -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 );