FFXIVClientStructs icon indicating copy to clipboard operation
FFXIVClientStructs copied to clipboard

Fix some data/return types

Open Haselnussbomber opened this issue 1 year ago • 1 comments

Haselnussbomber avatar Aug 12 '24 00:08 Haselnussbomber

Breaking Changes

Type exists in left but not in right

FFXIVClientStructs: 1

Attributes: 1

  • Addon

Member exists in left but not in right

FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Delegates: 1

GetQuantity: 2

  • uint Invoke(FFXIVClientStructs.FFXIV.Client.Game.InventoryItem*)
  • uint EndInvoke(System.IAsyncResult)

FFXIVClientStructs.FFXIV.Client.Game: 1

InventoryItem: 2

  • uint Quantity
  • uint GetQuantity()

FFXIVClientStructs.FFXIV.Client.Game.RetainerManager: 1

Retainer: 1

  • uint VentureId

FFXIVClientStructs.FFXIV.Client.LayoutEngine.LayoutWorld.Delegates: 1

UnloadPrefetchLayout: 2

  • void Invoke(FFXIVClientStructs.FFXIV.Client.LayoutEngine.LayoutWorld*)
  • System.IAsyncResult BeginInvoke(FFXIVClientStructs.FFXIV.Client.LayoutEngine.LayoutWorld*, System.AsyncCallback, object)

FFXIVClientStructs.FFXIV.Client.UI.UIModule.Delegates: 2

RotateLinkshellHistory: 2

  • int Invoke(FFXIVClientStructs.FFXIV.Client.UI.UIModule*, int)
  • int EndInvoke(System.IAsyncResult)

RotateCrossLinkshellHistory: 2

  • int Invoke(FFXIVClientStructs.FFXIV.Client.UI.UIModule*, int)
  • int EndInvoke(System.IAsyncResult)

FFXIVClientStructs.FFXIV.Client.UI: 2

UIModule: 2

  • int RotateLinkshellHistory(int)
  • int RotateCrossLinkshellHistory(int)

UIModuleInterface: 2

  • int RotateLinkshellHistory(int)
  • int RotateCrossLinkshellHistory(int)

FFXIVClientStructs.FFXIV.Client.UI.UIModuleInterface.Delegates: 2

RotateLinkshellHistory: 2

  • int Invoke(FFXIVClientStructs.FFXIV.Client.UI.UIModuleInterface*, int)
  • int EndInvoke(System.IAsyncResult)

RotateCrossLinkshellHistory: 2

  • int Invoke(FFXIVClientStructs.FFXIV.Client.UI.UIModuleInterface*, int)
  • int EndInvoke(System.IAsyncResult)

FFXIVClientStructs.FFXIV.Client.Game.Character: 6

BattleChara: 1

  • uint FateId

Character: 1

  • uint FateId

Companion: 1

  • uint FateId

MJILivelyActor: 1

  • uint FateId

Ornament: 1

  • uint FateId

ReaperShroudContainer: 1

  • ushort StanceChangeId

FFXIVClientStructs.FFXIV.Client.Game.Object: 8

Aetheryte: 1

  • uint FateId

EventObject: 1

  • uint FateId

GameObject: 1

  • uint FateId

GatheringPointObject: 1

  • uint FateId

HousingCombinedObject: 1

  • uint FateId

HousingObject: 1

  • uint FateId

MJIObject: 1

  • uint FateId

Treasure: 1

  • uint FateId

FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.Delegates: 1

GetNextMapAllowanceTimestamp: 2

  • int Invoke(FFXIVClientStructs.FFXIV.Client.Game.UI.UIState*)
  • int EndInvoke(System.IAsyncResult)

FFXIVClientStructs.FFXIV.Client.Game.UI: 1

UIState: 1

  • int GetNextMapAllowanceTimestamp()

FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.Delegates: 1

UpdateGearset: 2

  • void Invoke(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule*, int)
  • void EndInvoke(System.IAsyncResult)

FFXIVClientStructs.FFXIV.Client.UI.Misc: 1

RaptureGearsetModule: 1

  • void UpdateGearset(int)

github-actions[bot] avatar Nov 04 '24 14:11 github-actions[bot]