CommonLibSSE NG
|
#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 |
bool | AddIdle (TESIdleForm *a_idle) |
std::optional< std::uint32_t > | GetIndex (TESIdleForm *a_idle) const |
bool | RemoveIdle (TESIdleForm *a_idle) |
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 () | |
Static Public Member Functions | |
static BGSIdleCollection * | Create () |
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 |
bool RE::BGSIdleCollection::AddIdle | ( | TESIdleForm * | a_idle | ) |
|
overridevirtual |
Implements RE::BaseFormComponent.
|
overridevirtual |
Reimplemented from RE::BaseFormComponent.
|
static |
std::optional< std::uint32_t > RE::BGSIdleCollection::GetIndex | ( | TESIdleForm * | a_idle | ) | const |
|
overridevirtual |
Implements RE::BaseFormComponent.
bool RE::BGSIdleCollection::RemoveIdle | ( | TESIdleForm * | a_idle | ) |
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 |