CommonLibSSE (powerof3)
MagicItemFindKeywordFunctor.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
7  class BGSKeyword;
8 
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_MagicItemFindKeywordFunctor;
13  inline static constexpr auto VTABLE = VTABLE_MagicItemFindKeywordFunctor;
14 
15  ~MagicItemFindKeywordFunctor() override; // 00
16 
17  // override (MagicItemFindFunctor)
18  bool MatchCondition(Effect* a_effect) override; // 02
19 
20  // members
22  };
23  static_assert(sizeof(MagicItemFindKeywordFunctor) == 0x20);
24 }
Definition: BGSKeyword.h:10
Definition: MagicItemFindFunctor.h:8
Definition: MagicItemFindKeywordFunctor.h:10
static constexpr auto RTTI
Definition: MagicItemFindKeywordFunctor.h:12
BGSKeyword * keyword
Definition: MagicItemFindKeywordFunctor.h:21
bool MatchCondition(Effect *a_effect) override
static constexpr auto VTABLE
Definition: MagicItemFindKeywordFunctor.h:13
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_MagicItemFindKeywordFunctor(static_cast< std::uint64_t >(684623))
constexpr std::array< REL::ID, 1 > VTABLE_MagicItemFindKeywordFunctor
Definition: Offsets_VTABLE.h:11980
Definition: Effect.h:11