|
CommonLibSSE (Parapets fork)
|
#include <TESModelTri.h>
Public Member Functions | |
| ~TESModelTri () override | |
| void | SetModel (const char *a_model) 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 TESModelTextureSwap * | GetAsModelTextureSwap () |
Public Member Functions inherited from RE::BaseFormComponent | |
| virtual | ~BaseFormComponent () |
| TES_HEAP_REDEFINE_NEW () | |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_TESModelTri |
Static Public Attributes inherited from RE::TESModel | |
| static constexpr auto | RTTI = RTTI_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 |
|
overridevirtual |
Reimplemented from RE::TESModel.
|
inlinestaticconstexpr |