CommonLibSSE (powerof3)
RegSettingCollection.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/S/Setting.h"
5 
6 namespace RE
7 {
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_RegSettingCollection;
12  inline static constexpr auto VTABLE = VTABLE_RegSettingCollection;
13 
14  ~RegSettingCollection() override; // 00
15 
16  // override (SettingCollectionList<Setting>)
17  bool WriteSetting(Setting* a_setting) override; // 03
18  bool ReadSetting(Setting* a_setting) override; // 04
19  bool OpenHandle(bool a_create) override; // 05
20  bool CloseHandle() override; // 06
21  };
22  static_assert(sizeof(RegSettingCollection) == 0x128);
23 }
Definition: RegSettingCollection.h:9
bool CloseHandle() override
~RegSettingCollection() override
bool OpenHandle(bool a_create) override
bool ReadSetting(Setting *a_setting) override
bool WriteSetting(Setting *a_setting) override
static constexpr auto RTTI
Definition: RegSettingCollection.h:11
static constexpr auto VTABLE
Definition: RegSettingCollection.h:12
Definition: SettingCollectionList.h:10
Definition: Setting.h:8
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_RegSettingCollection
Definition: Offsets_VTABLE.h:12607
constexpr REL::ID RTTI_RegSettingCollection(static_cast< std::uint64_t >(686666))