CommonLibVR
Loading...
Searching...
No Matches
MagicItemFindKeywordFunctor.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace 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
16
17 // override (MagicItemFindFunctor)
18 bool MatchCondition(Effect* a_effect) override; // 02
19
20 // members
22 private:
24 };
25 static_assert(sizeof(MagicItemFindKeywordFunctor) == 0x20);
26}
#define KEEP_FOR_RE()
Definition PCH.h:517
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