|
CommonLibSSE (Parapets fork)
|
#include <TESCondition.h>
Public Member Functions | |
| TESCondition () | |
| ~TESCondition () | |
| TES_HEAP_REDEFINE_NEW () | |
| operator bool () const | |
| bool | operator() (TESObjectREFR *a_actionRef, TESObjectREFR *a_targetRef) const |
| void | Copy (const TESCondition *a_other, TESForm *a_arg2=nullptr) |
| bool | IsTrue (TESObjectREFR *a_actionRef, TESObjectREFR *a_targetRef) const |
Public Attributes | |
| TESConditionItem * | head |
| RE::TESCondition::TESCondition | ( | ) |
| RE::TESCondition::~TESCondition | ( | ) |
| void RE::TESCondition::Copy | ( | const TESCondition * | a_other, |
| TESForm * | a_arg2 = nullptr |
||
| ) |
| bool RE::TESCondition::IsTrue | ( | TESObjectREFR * | a_actionRef, |
| TESObjectREFR * | a_targetRef | ||
| ) | const |
|
explicit |
| bool RE::TESCondition::operator() | ( | TESObjectREFR * | a_actionRef, |
| TESObjectREFR * | a_targetRef | ||
| ) | const |
| RE::TESCondition::TES_HEAP_REDEFINE_NEW | ( | ) |
| TESConditionItem* RE::TESCondition::head |