14 class InventoryChanges;
23 [[nodiscard]]
bool HasType(std::uint32_t a_type)
const;
24 void MarkType(std::uint32_t a_type,
bool a_cleared);
31 #if !defined(SKYRIMVR) && !defined(SKYRIMSE_PRE_1_6_629)
43 #if !defined(SKYRIMVR) && !defined(SKYRIMSE_PRE_1_6_629)
75 _cur(std::move(a_rhs._cur))
84 if (
this != std::addressof(a_rhs)) {
92 if (
this != std::addressof(a_rhs)) {
108 assert(_cur !=
nullptr);
148 return static_cast<T*
>(
GetByType(T::EXTRADATATYPE));
154 return static_cast<const T*
>(
GetByType(T::EXTRADATATYPE));
162 return HasType(T::EXTRADATATYPE);
170 return Remove(T::EXTRADATATYPE, a_toRemove);
193 void MarkType(std::uint32_t a_type,
bool a_cleared);
200 #if !defined(SKYRIMVR) && !defined(SKYRIMSE_PRE_1_6_629)
Definition: BGSEncounterZone.h:43
Definition: BGSKeyword.h:10
Definition: BSAtomic.h:69
Definition: EnchantmentItem.h:10
Definition: InventoryChanges.h:17
Definition: TESBoundObject.h:24
Definition: TESObjectREFR.h:105
Definition: AbsorbEffect.h:6
SOUL_LEVEL
Definition: SoulLevels.h:6
void swap(BSTTuple< T1, T2 > &a_lhs, BSTTuple< T1, T2 > &a_rhs) noexcept(noexcept(a_lhs.swap(a_rhs))) requires(std
Definition: BSTTuple.h:212
ExtraDataType
Definition: ExtraDataTypes.h:173