CommonLibSSE NG
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::VariantID RTTI_PerkRankVisitor(684862, 392573, 0x1edb288)
Definition BGSPerkRankArray.h:11