#pragma once #include struct TESObjectARMO : TESForm { [[nodiscard]] bool IsBodyPiece() const noexcept { return (slotType & 0x4) != 0; // 0x4 is flag for body piece } uint8_t unk20[0x1B8 - sizeof(TESForm)]; uint32_t slotType; };