| 
    CommonLibSSE (powerof3)
    
   | 
 
#include <TESReactionForm.h>
  
Public Member Functions | |
| ~TESReactionForm () override | |
| void | InitializeDataComponent () override | 
| void | ClearDataComponent () override | 
| void | CopyComponent (BaseFormComponent *a_rhs) override | 
  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 | |
| BSSimpleList< GROUP_REACTION * > | reactions | 
| stl::enumeration< FormType, std::uint8_t > | groupFormType | 
| std::uint8_t | pad19 | 
| std::uint16_t | pad1A | 
| std::uint32_t | pad1C | 
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_TESReactionForm | 
  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.
| stl::enumeration<FormType, std::uint8_t> RE::TESReactionForm::groupFormType | 
| std::uint8_t RE::TESReactionForm::pad19 | 
| std::uint16_t RE::TESReactionForm::pad1A | 
| std::uint32_t RE::TESReactionForm::pad1C | 
| BSSimpleList<GROUP_REACTION*> RE::TESReactionForm::reactions | 
      
  | 
  inlinestaticconstexpr |