CommonLibSSE NG
|
#include <TESModelTextureSwap.h>
Classes | |
struct | AlternateTexture |
Public Member Functions | |
~TESModelTextureSwap () override | |
void | InitializeDataComponent () override |
void | ClearDataComponent () override |
void | CopyComponent (BaseFormComponent *a_rhs) override |
TESModelTextureSwap * | GetAsModelTextureSwap () override |
Public Member Functions inherited from RE::TESModel | |
~TESModel () override | |
void | InitializeDataComponent () override |
void | ClearDataComponent () override |
void | CopyComponent (BaseFormComponent *a_rhs) override |
virtual const char * | GetModel () const |
virtual void | SetModel (const char *a_model) |
virtual TESModelTextureSwap * | GetAsModelTextureSwap () |
Public Member Functions inherited from RE::BaseFormComponent | |
virtual | ~BaseFormComponent () |
virtual void | InitializeDataComponent ()=0 |
virtual void | ClearDataComponent ()=0 |
virtual void | CopyComponent (BaseFormComponent *a_rhs) |
TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
AlternateTexture * | alternateTextures |
std::uint32_t | numAlternateTextures |
std::uint32_t | pad34 |
Public Attributes inherited from RE::TESModel | |
BSFixedString | model |
BSResource::ID * | textures |
std::uint32_t * | addons |
std::uint16_t | numTextures |
std::uint16_t | numAddons |
std::uint32_t | pad24 |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_TESModelTextureSwap |
Static Public Attributes inherited from RE::TESModel | |
static constexpr auto | RTTI = RTTI_TESModel |
static constexpr auto | VTABLE = VTABLE_TESModel |
Static Public Attributes inherited from RE::BaseFormComponent | |
static constexpr auto | RTTI = RTTI_BaseFormComponent |
|
override |
|
overridevirtual |
Reimplemented from RE::TESModel.
|
overridevirtual |
Reimplemented from RE::TESModel.
|
overridevirtual |
Reimplemented from RE::TESModel.
|
overridevirtual |
Reimplemented from RE::TESModel.
AlternateTexture* RE::TESModelTextureSwap::alternateTextures |
std::uint32_t RE::TESModelTextureSwap::numAlternateTextures |
std::uint32_t RE::TESModelTextureSwap::pad34 |
|
inlinestaticconstexpr |