aers / FFXIVClientStructs

Resources for reverse-engineering the FFXIV client's native classes.
MIT License
218 stars 152 forks source link

fix AtkUnitBase.GetComponentByNodeId #1025

Closed Caraxi closed 1 month ago

Caraxi commented 2 months ago

AtkUnitBase.GetComponentNodeById currently returns an incorrectly cast AtkComponentBase

I've renamed the original to GetComponentByNodeId based on what it actually does, and added a temporary function to avoid breaking the API