CommonLibSSE NG
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
12 ~Journal_StatsTab() override; // 00
13
14 // override (JournalTab)
15 void Accept(CallbackProcessor* a_cbReg) override; // 01
16 };
17 static_assert(sizeof(Journal_StatsTab) == 0x18);
18}
Definition FxDelegateHandler.h:19
Definition Journal_StatsTab.h:8
~Journal_StatsTab() override
void Accept(CallbackProcessor *a_cbReg) override
static constexpr auto RTTI
Definition Journal_StatsTab.h:10
Definition JournalTab.h:11
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_Journal_StatsTab(689010, 396865, 0x1f49710)