CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
BGSEntryPointFunctionDataSpellItem.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 class SpellItem;
8
10 {
11 public:
12 inline static constexpr auto RTTI = RTTI_BGSEntryPointFunctionDataSpellItem;
13 inline static constexpr auto VTABLE = VTABLE_BGSEntryPointFunctionDataSpellItem;
14
15 // override
17
18 // override (BGSEntryPointFunctionData)
19 [[nodiscard]] FunctionType GetType() const override; // 01
20 bool LoadFunctionData(TESFile* a_mod) override; // 02
21 void ResolveForms(TESFile* a_form) override; // 03
22
23 // Member variables
25 };
26 static_assert(offsetof(BGSEntryPointFunctionDataSpellItem, spell) == 0x8);
27 static_assert(sizeof(BGSEntryPointFunctionDataSpellItem) == 0x10);
28}
Definition BGSEntryPointFunctionDataSpellItem.h:10
static constexpr auto RTTI
Definition BGSEntryPointFunctionDataSpellItem.h:12
bool LoadFunctionData(TESFile *a_mod) override
void ResolveForms(TESFile *a_form) override
static constexpr auto VTABLE
Definition BGSEntryPointFunctionDataSpellItem.h:13
FunctionType GetType() const override
SpellItem * spell
Definition BGSEntryPointFunctionDataSpellItem.h:24
Definition BGSEntryPointFunctionData.h:10
FunctionType
Definition BGSEntryPointFunctionData.h:16
Definition SpellItem.h:16
Definition TESFile.h:17
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_BGSEntryPointFunctionDataSpellItem
Definition Offsets_VTABLE.h:8613
constexpr REL::ID RTTI_BGSEntryPointFunctionDataSpellItem(static_cast< std::uint64_t >(685370))