FFXIVClientStructs
FFXIVClientStructs copied to clipboard
Resources for reverse-engineering the FFXIV client's native classes.
Implements a helper that calls the agent in the same way that "Clear Selected" button in the addon deselects the selected duties.
AtkUldManager function was added in https://github.com/aers/FFXIVClientStructs/pull/913 but got nuked during a merge conflict. Added ICreatable to all Components that I could find
Copied from Dalamud: https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateState.cs
Is there any resource that generally describes the FFXI software architecture and how all the various objects interact? I'd be particularly interested in generally understanding how the Raptor GUI toolkit...
In an attempt to fix a bugged config in RSR i found that NameplateIconId does not populate properly for Hunt bill or Atma weapon relic book targets 
## Issue It was recently discovered that AtkTextNode stores the pointer to the original text buffer used when calling SetText. The string overload generator handles converting C# strings (UTF-16) to...
Everything that is useful to replace using regex for parsing the various system messages in the chat by simple id comparisons. I am still working on a wrapper in dalamud...
apricot is a nice fruit
Note when using this generator: - Only Fields and VirtualFunctions are allowed inside a generic type - MemberFunctions cannot be used inside a generic type due to registering the function...
Continuation of #288 on one specific point to isolate discussions. ### Description of point There are some constructs we don't really support well. Might switch off yaml to something "simpler"...