CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
INIPrefSettingCollection.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_INIPrefSettingCollection;
11
12 ~INIPrefSettingCollection() override; // 00
13
14 // override (INISettingCollection)
15 void Unk_07(void) override; // 07 - { return 1; }
16 void Unk_08(void) override; // 08
17 void Unk_09(void) override; // 09
18
20 };
21 static_assert(sizeof(INIPrefSettingCollection) == 0x128);
22}
Definition: INIPrefSettingCollection.h:8
void Unk_08(void) override
void Unk_07(void) override
static INIPrefSettingCollection * GetSingleton()
void Unk_09(void) override
static constexpr auto RTTI
Definition: INIPrefSettingCollection.h:10
Definition: INISettingCollection.h:9
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_INIPrefSettingCollection
Definition: Offsets_RTTI.h:5002