Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoded Rig.hpp properties #114

Merged
merged 12 commits into from
May 11, 2024
3 changes: 2 additions & 1 deletion include/RED4ext/Scripting/Natives/Generated/anim/Rig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ struct Rig : CResource
static constexpr const char* NAME = "animRig";
static constexpr const char* ALIAS = NAME;

uint8_t unk40[0x50 - 0x40]; // 40
int16_t* boneParentIndexes; // 40
QsTransform* boneTransforms; // 48
DynArray<CName> boneNames; // 50
DynArray<QsTransform> referencePoseMS; // 60
DynArray<int16_t> levelOfDetailStartIndices; // 70
Expand Down