FFXIVClientStructs
FFXIVClientStructs copied to clipboard
Resources for reverse-engineering the FFXIV client's native classes.
"Copies" the [Obsolete(....)] to generated properties and methods if present on the underlying field/method Tested with constructor arguments, named argumemts and combined arguments
This is a confusing one, because it works, even though it shouldn't. According to Pohky, C# (the caller) creates a copy of `Vector3` on the stack, because `struct` is a...
Changes the arrays to be correctly typed. This is verified with both looking at some of the index lookups in source and ReClass
Continuation of #666, per @MidoriKami's request. Tests are not done in a comprehensive way. It is possible that some parts of it has to be patched on use. * Implements...
Same as #678. This is a **breaking change**.
Refactored the struct so it returns itself using `isPointer: true` on `StaticAddressAttribute`.
It's just #469 on a separate file.
This could be added to the README.md pip dependencies I think