CommonLibVR
Loading...
Searching...
No Matches
Journal_StatsTab.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/J/JournalTab.h"
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_Journal_StatsTab;
11 inline static constexpr auto VTABLE = VTABLE_Journal_StatsTab;
12
13 ~Journal_StatsTab() override; // 00
14
15 // override (JournalTab)
16 void Accept(CallbackProcessor* a_cbReg) override; // 01
17 private:
19 };
20 static_assert(sizeof(Journal_StatsTab) == 0x18);
21}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition FxDelegateHandler.h:20
Definition JournalTab.h:11
Definition Journal_StatsTab.h:8
static constexpr auto VTABLE
Definition Journal_StatsTab.h:11
~Journal_StatsTab() override
void Accept(CallbackProcessor *a_cbReg) override
static constexpr auto RTTI
Definition Journal_StatsTab.h:10
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_Journal_StatsTab
Definition Offsets_VTABLE.h:11939
constexpr REL::ID RTTI_Journal_StatsTab(static_cast< std::uint64_t >(689010))