CommonLibSSE (Parapets fork)
|
#include <BGSEquipType.h>
Public Types | |
enum class | EQUIPPED_ITEM_TYPE { kSpell = 24 , kShield = 25 , kTorch = 26 , kTotal } |
Public Member Functions | |
~BGSEquipType () override | |
void | InitializeDataComponent () override |
void | ClearDataComponent () override |
void | CopyComponent (BaseFormComponent *a_rhs) override |
virtual BGSEquipSlot * | GetEquipSlot () const |
virtual void | SetEquipSlot (BGSEquipSlot *a_slot) |
Public Member Functions inherited from RE::BaseFormComponent | |
virtual | ~BaseFormComponent () |
TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
BGSEquipSlot * | equipSlot |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_BGSEquipType |
Static Public Attributes inherited from RE::BaseFormComponent | |
static constexpr auto | RTTI = RTTI_BaseFormComponent |
|
strong |
|
override |
|
overridevirtual |
Implements RE::BaseFormComponent.
|
overridevirtual |
Reimplemented from RE::BaseFormComponent.
|
virtual |
Reimplemented in RE::TESShout, and RE::TESObjectLIGH.
|
overridevirtual |
Implements RE::BaseFormComponent.
|
virtual |
Reimplemented in RE::TESShout, and RE::TESObjectLIGH.
BGSEquipSlot* RE::BGSEquipType::equipSlot |
|
inlinestaticconstexpr |