CommonLibSSE NG
|
#include <TESDescription.h>
Public Member Functions | |
~TESDescription () override | |
void | InitializeDataComponent () override |
void | ClearDataComponent () override |
void | CopyComponent (BaseFormComponent *a_rhs) override |
void | GetDescription (BSString &a_out, TESForm *a_parent, std::uint32_t a_fieldType='CSED') |
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 | |
std::uint32_t | fileOffset |
BGSLocalizedStringDL | descriptionText |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_TESDescription |
Static Public Attributes inherited from RE::BaseFormComponent | |
static constexpr auto | RTTI = RTTI_BaseFormComponent |
|
override |
|
overridevirtual |
Implements RE::BaseFormComponent.
|
overridevirtual |
Reimplemented from RE::BaseFormComponent.
void RE::TESDescription::GetDescription | ( | BSString & | a_out, |
TESForm * | a_parent, | ||
std::uint32_t | a_fieldType = 'CSED' |
||
) |
|
overridevirtual |
Implements RE::BaseFormComponent.
BGSLocalizedStringDL RE::TESDescription::descriptionText |
std::uint32_t RE::TESDescription::fileOffset |
|
inlinestaticconstexpr |