| 
    CommonLibSSE (Parapets fork)
    
   | 
 
#include <BGSIdleCollection.h>
  
Public Types | |
| enum class | IdleFlags {  kNone = 0 , kPickSequence = 1 << 0 , kOldPickConditions = 1 << 1 , kDoOnce = 1 << 2 , kLooseOnly = 1 << 3 , kNoSandbox = 1 << 4 }  | 
Public Member Functions | |
| ~BGSIdleCollection () 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 | |
| stl::enumeration< IdleFlags, std::int8_t > | idleFlags | 
| std::int8_t | idleCount | 
| std::uint16_t | pad0A | 
| std::uint32_t | pad0C | 
| TESIdleForm ** | idles | 
| float | timerCheckForIdle | 
| std::uint32_t | pad1C | 
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_BGSIdleCollection | 
  Static Public Attributes inherited from RE::BaseFormComponent | |
| static constexpr auto | RTTI = RTTI_BaseFormComponent | 
      
  | 
  strong | 
      
  | 
  override | 
      
  | 
  overridevirtual | 
Implements RE::BaseFormComponent.
      
  | 
  overridevirtual | 
Reimplemented from RE::BaseFormComponent.
      
  | 
  overridevirtual | 
Implements RE::BaseFormComponent.
| std::int8_t RE::BGSIdleCollection::idleCount | 
| stl::enumeration<IdleFlags, std::int8_t> RE::BGSIdleCollection::idleFlags | 
| TESIdleForm** RE::BGSIdleCollection::idles | 
| std::uint16_t RE::BGSIdleCollection::pad0A | 
| std::uint32_t RE::BGSIdleCollection::pad0C | 
| std::uint32_t RE::BGSIdleCollection::pad1C | 
      
  | 
  inlinestaticconstexpr | 
| float RE::BGSIdleCollection::timerCheckForIdle |