CommonLibSSE NG
ExtraResourcesPreload.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSExtraData.h"
4 #include "RE/E/ExtraDataTypes.h"
5 
6 namespace RE
7 {
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_ExtraResourcesPreload;
13 
14  ~ExtraResourcesPreload() override; // 00
15 
16  // override (BSExtraData)
17  ExtraDataType GetType() const override; // 01 - { return kResourcesPreload; }
18 
19  // members
20  void* unk10; // 10
21  };
22  static_assert(sizeof(ExtraResourcesPreload) == 0x18);
23 }
Definition: BSExtraData.h:9
Definition: ExtraResourcesPreload.h:9
~ExtraResourcesPreload() override
static auto EXTRADATATYPE
Definition: ExtraResourcesPreload.h:12
void * unk10
Definition: ExtraResourcesPreload.h:20
ExtraDataType GetType() const override
static constexpr auto RTTI
Definition: ExtraResourcesPreload.h:11
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraResourcesPreload(684787, 392477, 0x1ed9de8)
ExtraDataType
Definition: ExtraDataTypes.h:173