|
CommonLibSSE (Parapets fork)
|
#include <TESModel.h>
Public Member Functions | |
| ~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 () |
| TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
| 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_TESModel |
Static Public Attributes inherited from RE::BaseFormComponent | |
| static constexpr auto | RTTI = RTTI_BaseFormComponent |
|
override |
|
overridevirtual |
Implements RE::BaseFormComponent.
Reimplemented in RE::TESModelTextureSwap.
|
overridevirtual |
Reimplemented from RE::BaseFormComponent.
Reimplemented in RE::TESModelTextureSwap.
|
virtual |
Reimplemented in RE::TESModelTextureSwap.
|
virtual |
|
overridevirtual |
Implements RE::BaseFormComponent.
Reimplemented in RE::TESModelTextureSwap.
|
virtual |
Reimplemented in RE::TESModelTri, RE::BGSTextureModel, and RE::BGSBehaviorGraphModel.
| std::uint32_t* RE::TESModel::addons |
| BSFixedString RE::TESModel::model |
| std::uint16_t RE::TESModel::numAddons |
| std::uint16_t RE::TESModel::numTextures |
| std::uint32_t RE::TESModel::pad24 |
|
inlinestaticconstexpr |
| BSResource::ID* RE::TESModel::textures |