From fa28ce707bcdd51310392df7ccee62e648f51257 Mon Sep 17 00:00:00 2001 From: TommInfinite <81481291+TommInfinite@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:26:22 +0300 Subject: [PATCH] Update TESNPC.h --- CommonLibSF/include/RE/T/TESNPC.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CommonLibSF/include/RE/T/TESNPC.h b/CommonLibSF/include/RE/T/TESNPC.h index a24cbc43..108c184b 100644 --- a/CommonLibSF/include/RE/T/TESNPC.h +++ b/CommonLibSF/include/RE/T/TESNPC.h @@ -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 @@ -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