mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 04:13:43 +01:00
Add another another animation hook. I hate animations.
This commit is contained in:
parent
c64743ee98
commit
8422d36e4e
3 changed files with 16 additions and 3 deletions
|
|
@ -94,6 +94,7 @@ public unsafe partial class PathResolver
|
|||
CharacterBaseLoadAnimationHook?.Enable();
|
||||
LoadSomeAvfxHook?.Enable();
|
||||
LoadSomePapHook?.Enable();
|
||||
SomeActionLoadHook?.Enable();
|
||||
}
|
||||
|
||||
private void DisableDataHooks()
|
||||
|
|
@ -107,6 +108,7 @@ public unsafe partial class PathResolver
|
|||
CharacterBaseLoadAnimationHook?.Disable();
|
||||
LoadSomeAvfxHook?.Disable();
|
||||
LoadSomePapHook?.Disable();
|
||||
SomeActionLoadHook?.Disable();
|
||||
}
|
||||
|
||||
private void DisposeDataHooks()
|
||||
|
|
@ -119,6 +121,7 @@ public unsafe partial class PathResolver
|
|||
CharacterBaseLoadAnimationHook?.Dispose();
|
||||
LoadSomeAvfxHook?.Dispose();
|
||||
LoadSomePapHook?.Dispose();
|
||||
SomeActionLoadHook?.Dispose();
|
||||
}
|
||||
|
||||
// This map links DrawObjects directly to Actors (by ObjectTable index) and their collections.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue