20 object(
std::exchange(a_rhs.
object,
nullptr)),
52 void SetWorn(
bool a_worn,
bool a_left,
bool a_deleteExtraList =
true);
63 [[nodiscard]]
bool IsOwnedBy_Impl(
Actor* a_testOwner,
TESForm* a_itemOwner,
bool a_defaultTo);
65 static_assert(
sizeof(InventoryEntryData) == 0x18);
Definition: BSSimpleList.h:10
Definition: InventoryEntryData.h:14
std::optional< double > GetEnchantmentCharge() const
TESBoundObject * object
Definition: InventoryEntryData.h:57
void AddExtraList(ExtraDataList *a_extra)
std::int32_t countDelta
Definition: InventoryEntryData.h:59
BSSimpleList< ExtraDataList * > * extraLists
Definition: InventoryEntryData.h:58
bool IsOwnedBy(Actor *a_testOwner, TESForm *a_itemOwner, bool a_defaultTo=true)
constexpr const TESBoundObject * GetObject() const noexcept
Definition: InventoryEntryData.h:40
void SetWorn(bool a_worn, bool a_left, bool a_deleteExtraList=true)
InventoryEntryData() noexcept=default
std::uint32_t pad14
Definition: InventoryEntryData.h:60
bool IsOwnedBy(Actor *a_testOwner, bool a_defaultTo=true)
constexpr TESBoundObject * GetObject() noexcept
Definition: InventoryEntryData.h:39
InventoryEntryData & DeepCopy(const InventoryEntryData &a_rhs)
bool IsQuestObject() const
const char * GetDisplayName()
SOUL_LEVEL GetSoulLevel() const
InventoryEntryData & operator=(const InventoryEntryData &a_rhs)
std::int32_t GetValue() const
InventoryEntryData(TESBoundObject *a_object, std::int32_t a_countDelta)
Definition: InventoryEntryData.h:25
InventoryEntryData & operator=(InventoryEntryData &&a_rhs)
Definition: TESBoundObject.h:24
Definition: AbsorbEffect.h:6
SOUL_LEVEL
Definition: SoulLevels.h:6
Definition: NiBinaryStream.h:94