|
LeviLamina
|
Public Types | |
| enum class | ConditionType : int { Leaf = 0 , And = 1 , Or = 2 , Invalid = 3 } |
Static Public Member Functions | |
| static MCAPI ::std::add_lvalue_reference_t< ::std::unordered_map<::HashedString, bool(*)(::ActorTargetFilter const &, ::Actor &)> > | ConditionPredicates () |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, ::ActorTargetFilter::ConditionType > | mType |
| ::ll::TypedStorage< 8, 32, ::std::string > | mKey |
| ::ll::TypedStorage< 8, 24, ::std::vector<::HashedString > > | mConditions |
| ::ll::TypedStorage< 8, 24, ::std::vector<::ActorTargetFilter > > | mChildrenConditions |