CommonLibSSE NG
Loading...
Searching...
No Matches
TESIcon.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/T/TESTexture.h"
4
5namespace RE
6{
7 class TESIcon : public TESTexture
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_TESTexture;
11
12 ~TESIcon() override; // 00
13
14 // override (TESTexture)
15 [[nodiscard]] const char* GetDefaultPath() const override; // 06 - { return "Textures"; }
16 };
17 static_assert(sizeof(TESIcon) == 0x10);
18}
Definition TESIcon.h:8
~TESIcon() override
static constexpr auto RTTI
Definition TESIcon.h:10
const char * GetDefaultPath() const override
Definition TESTexture.h:10
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_TESTexture(513858, 392227, 0x1ed6eb0)