CommonLibSSE (powerof3)
TESIcon.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/T/TESTexture.h"
4 
5 namespace RE
6 {
7  class TESIcon : public TESTexture
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_TESTexture;
11  inline static constexpr auto VTABLE = VTABLE_TESTexture;
12 
13  ~TESIcon() override; // 00
14 
15  // override (TESTexture)
16  [[nodiscard]] const char* GetDefaultPath() const override; // 06 - { return "Textures"; }
17  };
18  static_assert(sizeof(TESIcon) == 0x10);
19 }
Definition: TESIcon.h:8
~TESIcon() override
static constexpr auto RTTI
Definition: TESIcon.h:10
static constexpr auto VTABLE
Definition: TESIcon.h:11
const char * GetDefaultPath() const override
Definition: TESTexture.h:10
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_TESTexture(static_cast< std::uint64_t >(513858))
constexpr std::array< REL::ID, 1 > VTABLE_TESTexture
Definition: Offsets_VTABLE.h:12904