Skip to content

Commit

Permalink
Update TESNPC.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TommInfinite authored Mar 3, 2024
1 parent b9ac3d1 commit fa28ce7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CommonLibSF/include/RE/T/TESNPC.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ namespace RE
[[nodiscard]] bool HasKeyword(std::string_view a_editorID);
[[nodiscard]] bool IsInFaction(TESFaction* a_faction) const;

struct MorphWeight
{
float thin;
float muscular;
float fat;
};

// members
BGSAttachParentArray attachParents; // 2E8
std::uint32_t unk308; // 308
Expand All @@ -66,7 +73,7 @@ namespace RE
std::uint32_t unk334; // 334
TESRace* originalRace; // 338
TESNPC* faceNPC; // 340
NiPoint3 morphWeight; // 348
MorphWeight morphWeight; // 348
float height; // 354
float heightMax; // 358
std::uint32_t unk35C; // 35C
Expand Down

0 comments on commit fa28ce7

Please sign in to comment.