FFXIVClientStructs icon indicating copy to clipboard operation
FFXIVClientStructs copied to clipboard

Resources for reverse-engineering the FFXIV client's native classes.

Results 50 FFXIVClientStructs issues
Sort by recently updated
recently updated
newest added

"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...

breaking change

Changes the arrays to be correctly typed. This is verified with both looking at some of the index lookups in source and ReClass

breaking change

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**.

breaking change

Refactored the struct so it returns itself using `isPointer: true` on `StaticAddressAttribute`.

breaking change

It's just #469 on a separate file.

This could be added to the README.md pip dependencies I think