| 
    CommonLibSSE NG
    
   | 
 
#include <BGSEntryPointFunctionDataText.h>
  
Public Member Functions | |
| ~BGSEntryPointFunctionDataText () override | |
| FunctionType | GetType () const override | 
| bool | LoadFunctionData (TESFile *a_mod) override | 
  Public Member Functions inherited from RE::BGSEntryPointFunctionData | |
| virtual | ~BGSEntryPointFunctionData () | 
| virtual FunctionType | GetType () const =0 | 
| virtual bool | LoadFunctionData (TESFile *a_mod)=0 | 
| virtual void | ResolveForms (TESFile *a_mod) | 
| virtual void | Unk_04 (void) | 
| virtual void | Unk_05 (void) | 
| virtual void | SetPerk (BGSPerk *a_perk) | 
| virtual BGSPerk * | GetPerk () | 
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 | FunctionType {  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 |