Skip to content

Conversation

@Haselnussbomber
Copy link
Collaborator

  • 0x140624E60:

     if ( v39->ManagedInvoke(v39, 0, tooltipArgs, targetNode) )

    Called on the tooltip addons. Only AddonTooltip return true.

    • a3: AtkTooltipArgs*
    • a4: AtkResNode*
  • 0x140656887 and other several places calling it for AddonFilter.

    • a3: AtkUnitBase*
    • a4: unused
  • 0x140628331:

     v7 = a1->AttachedToAddon2->GetRootNode(a1->AttachedToAddon2);
     if ( ManagedInvoke(v3, 1, a1->AttachedToAddon2->OperationGuides, v7) )
    • a3: OperationGuide*
    • a4: AtkResNode*

AddonScreenFrame calls Hide/Show on the addon depending on a2 with a3 and a4 unused.
AddonDialogue has AtkValue* in a3 and a4 is unused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant