CommonLibSSE NG
|
#include <TESModelPSA.h>
Public Member Functions | |
~TESModelPSA () 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 () | |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_TESModelPSA |
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 |
Additional Inherited Members | |
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 |
|
override |
|
inlinestaticconstexpr |