CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
PerkRankVisitor.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 struct PerkRankData;
8
10 {
11 public:
12 inline static constexpr auto RTTI = RTTI_PerkRankVisitor;
13
14 virtual bool operator()(const PerkRankData* a_entry) = 0; // 00
15 };
16}
Definition: PerkRankVisitor.h:10
static constexpr auto RTTI
Definition: PerkRankVisitor.h:12
virtual bool operator()(const PerkRankData *a_entry)=0
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_PerkRankVisitor
Definition: Offsets_RTTI.h:5710
Definition: BGSPerkRankArray.h:10