enum class NmEventConditionRules_ t : uint8
{
LimitSearchToSourceState = 0,
IgnoreInactiveEvents = 1,
PreferHighestWeight = 2,
PreferHighestProgress = 3,
OperatorOr = 4,
OperatorAnd = 5,
SearchOnlyGraphEvents = 6,
SearchOnlyAnimEvents = 7,
SearchBothGraphAndAnimEvents = 8,
};