mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Extract all signatures to a single file.
This commit is contained in:
parent
40b7266c22
commit
a061ab9b8b
18 changed files with 202 additions and 96 deletions
|
|
@ -5,6 +5,7 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using Dalamud;
|
||||
using Dalamud.Data;
|
||||
using Dalamud.Game;
|
||||
using Dalamud.Game.ClientState;
|
||||
using Dalamud.Game.ClientState.Objects;
|
||||
using Dalamud.Game.ClientState.Objects.Enums;
|
||||
|
|
@ -229,10 +230,10 @@ public sealed partial class ActorManager : IDisposable
|
|||
|
||||
private readonly Func<ushort, short> _toParentIdx;
|
||||
|
||||
[Signature("0F B7 0D ?? ?? ?? ?? C7 85", ScanType = ScanType.StaticAddress)]
|
||||
[Signature(Sigs.InspectTitleId, ScanType = ScanType.StaticAddress)]
|
||||
private static unsafe ushort* _inspectTitleId = null!;
|
||||
|
||||
[Signature("0F B7 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 8B D0", ScanType = ScanType.StaticAddress)]
|
||||
[Signature(Sigs.InspectWorldId, ScanType = ScanType.StaticAddress)]
|
||||
private static unsafe ushort* _inspectWorldId = null!;
|
||||
|
||||
private static unsafe ushort InspectTitleId
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue