|
CommonLibSSE NG
|
#include <TESFullName.h>
Public Member Functions | |
| ~TESFullName () override | |
| void | InitializeDataComponent () override |
| void | ClearDataComponent () override |
| void | CopyComponent (BaseFormComponent *a_rhs) override |
| virtual std::uint32_t | GetFullNameLength () const |
| virtual const char * | GetFullName () const |
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 | |
| BSFixedString | fullName |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_TESFullName |
Static Public Attributes inherited from RE::BaseFormComponent | |
| static constexpr auto | RTTI = RTTI_BaseFormComponent |
|
override |
|
overridevirtual |
Implements RE::BaseFormComponent.
|
overridevirtual |
Reimplemented from RE::BaseFormComponent.
|
virtual |
Reimplemented in RE::TESTopic.
|
virtual |
Reimplemented in RE::TESTopic.
|
overridevirtual |
Implements RE::BaseFormComponent.
| BSFixedString RE::TESFullName::fullName |
|
inlinestaticconstexpr |