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
}
TESTexture.h
RE::TESIcon
Definition:
TESIcon.h:8
RE::TESIcon::~TESIcon
~TESIcon() override
RE::TESIcon::RTTI
static constexpr auto RTTI
Definition:
TESIcon.h:10
RE::TESIcon::VTABLE
static constexpr auto VTABLE
Definition:
TESIcon.h:11
RE::TESIcon::GetDefaultPath
const char * GetDefaultPath() const override
RE::TESTexture
Definition:
TESTexture.h:10
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_TESTexture
constexpr REL::ID RTTI_TESTexture(static_cast< std::uint64_t >(513858))
RE::VTABLE_TESTexture
constexpr std::array< REL::ID, 1 > VTABLE_TESTexture
Definition:
Offsets_VTABLE.h:12904
CommonLibSSE
include
RE
T
TESIcon.h
Generated by
1.9.1