CommonLibSSE (powerof3)
PerkRankVisitor.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
7  struct PerkRankData;
8 
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_PerkRankVisitor;
13  inline static constexpr auto VTABLE = VTABLE_PerkRankVisitor;
14 
15  virtual bool operator()(const PerkRankData* a_entry) = 0; // 00
16  };
17 }
Definition: PerkRankVisitor.h:10
static constexpr auto RTTI
Definition: PerkRankVisitor.h:12
virtual bool operator()(const PerkRankData *a_entry)=0
static constexpr auto VTABLE
Definition: PerkRankVisitor.h:13
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_PerkRankVisitor
Definition: Offsets_VTABLE.h:12544
constexpr REL::ID RTTI_PerkRankVisitor(static_cast< std::uint64_t >(684862))
Definition: BGSPerkRankArray.h:11