CommonLibSSE NG
Loading...
Searching...
No Matches
RemoveItemFunctor.h
Go to the documentation of this file.
1#pragma once
2
5#include "RE/D/DelayFunctor.h"
6
7namespace RE
8{
9 namespace BSScript
10 {
11 class IVirtualMachine;
12 }
13
14 namespace SkyrimScript
15 {
17 {
18 public:
19 inline static constexpr auto RTTI = RTTI_SkyrimScript____RemoveItemFunctor;
20
21 ~RemoveItemFunctor() override; // 00
22
23 // override (DelayFunctor)
25 bool IsLatent() const override; // 02 - { return true; }
26 bool SaveImpl(BSStorage& a_storage) const override; // 04
27 FunctorType GetType() const override; // 05 - { return 24; }
28 bool LoadImpl(const BSStorage& a_storage, std::uint32_t a_arg2, bool& a_arg3) override; // 06
29
30 // members
33 FormID item; // 18
34 std::uint32_t count; // 1C
35 bool silent; // 20
36 std::uint8_t pad21; // 21
37 std::uint16_t pad22; // 22
38 std::uint32_t pad24; // 24
40 };
41 static_assert(sizeof(RemoveItemFunctor) == 0x30);
42 }
43}
Definition Variable.h:15
Definition BSStorage.h:14
Definition BSTSmartPointer.h:36
Definition DelayFunctor.h:17
FunctorType
Definition DelayFunctor.h:22
Definition RemoveItemFunctor.h:17
BSTSmartPointer< BSScript::IVirtualMachine > vm
Definition RemoveItemFunctor.h:39
ObjectRefHandle container
Definition RemoveItemFunctor.h:31
RE::BSScript::Variable operator()() override
std::uint32_t count
Definition RemoveItemFunctor.h:34
bool LoadImpl(const BSStorage &a_storage, std::uint32_t a_arg2, bool &a_arg3) override
bool SaveImpl(BSStorage &a_storage) const override
std::uint32_t pad24
Definition RemoveItemFunctor.h:38
FunctorType GetType() const override
FormID item
Definition RemoveItemFunctor.h:33
std::uint16_t pad22
Definition RemoveItemFunctor.h:37
ObjectRefHandle destContainer
Definition RemoveItemFunctor.h:32
static constexpr auto RTTI
Definition RemoveItemFunctor.h:19
bool IsLatent() const override
std::uint8_t pad21
Definition RemoveItemFunctor.h:36
bool silent
Definition RemoveItemFunctor.h:35
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_SkyrimScript____RemoveItemFunctor(689428, 397283, 0x1f52910)
std::uint32_t FormID
Definition BSCoreTypes.h:5