|
CommonLibSSE (Parapets fork)
|
#include <BGSPerkRankArray.h>
Public Member Functions | |
| ~BGSPerkRankArray () override | |
| void | InitializeDataComponent () override |
| void | ClearDataComponent () override |
| void | CopyComponent (BaseFormComponent *rhs) override |
Public Member Functions inherited from RE::BaseFormComponent | |
| virtual | ~BaseFormComponent () |
| TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
| PerkRankData * | perks |
| std::uint32_t | perkCount |
| std::uint32_t | pad14 |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_BGSPerkRankArray |
Static Public Attributes inherited from RE::BaseFormComponent | |
| static constexpr auto | RTTI = RTTI_BaseFormComponent |
|
override |
|
overridevirtual |
Implements RE::BaseFormComponent.
|
overridevirtual |
Reimplemented from RE::BaseFormComponent.
|
overridevirtual |
Implements RE::BaseFormComponent.
| std::uint32_t RE::BGSPerkRankArray::pad14 |
| std::uint32_t RE::BGSPerkRankArray::perkCount |
| PerkRankData* RE::BGSPerkRankArray::perks |
|
inlinestaticconstexpr |