15 class InventoryChanges;
24 [[nodiscard]]
bool HasType(std::uint32_t a_type)
const;
25 void MarkType(std::uint32_t a_type,
bool a_cleared);
32#ifndef SKYRIM_SUPPORT_AE
42#ifndef SKYRIM_SUPPORT_AE
74 _cur(std::move(a_rhs._cur))
83 if (
this != std::addressof(a_rhs)) {
91 if (
this != std::addressof(a_rhs)) {
107 assert(_cur !=
nullptr);
122 std::swap(a_lhs._cur, a_rhs._cur);
147 return static_cast<T*
>(
GetByType(T::EXTRADATATYPE));
153 return static_cast<const T*
>(
GetByType(T::EXTRADATATYPE));
161 return HasType(T::EXTRADATATYPE);
169 return Remove(T::EXTRADATATYPE, a_toRemove);
196 void MarkType(std::uint32_t a_type,
bool a_cleared);
203#ifndef SKYRIM_SUPPORT_AE
Definition BGSEncounterZone.h:43
Definition BGSKeyword.h:10
Definition BSAtomic.h:112
Definition InventoryChanges.h:15
Definition TESBoundObject.h:24
Definition TESObjectREFR.h:114
Definition AbsorbEffect.h:6
SOUL_LEVEL
Definition SoulLevels.h:6
LEV_CREA_MODIFIER
Definition ExtraLevCreaModifier.h:9
ExtraDataType
Definition ExtraDataTypes.h:173