CommonLibSSE (Parapets fork)
|
#include <BGSEntryPointFunctionDataText.h>
Public Member Functions | |
~BGSEntryPointFunctionDataText () override | |
ENTRY_POINT_FUNCTION_DATA | GetType () const override |
bool | LoadImpl (TESFile *a_mod) override |
Public Member Functions inherited from RE::BGSEntryPointFunctionData | |
virtual | ~BGSEntryPointFunctionData () |
virtual void | InitItem (TESForm *a_form) |
virtual void | ApplyOnAdd (TESForm *a_form, BGSPerkEntry *a_perkEntry) |
virtual std::uint16_t | GetID () |
virtual void | SetParentPerk (BGSPerk *a_perk) |
virtual BGSPerk * | GetParentPerk () |
Public Attributes | |
BSFixedString | text |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_BGSEntryPointFunctionDataText |
Static Public Attributes inherited from RE::BGSEntryPointFunctionData | |
static constexpr auto | RTTI = RTTI_BGSEntryPointFunctionData |
Additional Inherited Members | |
Public Types inherited from RE::BGSEntryPointFunctionData | |
enum class | ENTRY_POINT_FUNCTION_DATA { kInvalid = 0 , kOneValue = 1 , kTwoValue = 2 , kLeveledList = 3 , kActivateChoice = 4 , kSpellItem = 5 , kBooleanGraphVariable = 6 , kText = 7 } |
|
override |
|
overridevirtual |
Implements RE::BGSEntryPointFunctionData.
|
overridevirtual |
Implements RE::BGSEntryPointFunctionData.
|
inlinestaticconstexpr |
BSFixedString RE::BGSEntryPointFunctionDataText::text |