Имя |
Описание |
AutoRankManager |
|
Condition |
Base class for all AutoRank conditions. |
ConditionAND |
Logical AND - true if ALL conditions are true. |
ConditionIntRange |
Class for checking ranges of countable PlayerInfo fields (see ConditionField enum). |
ConditionNAND |
Logical AND - true if NOT ALL of the conditions are true. |
ConditionNOR |
Logical AND - true if NONE of the conditions are true. |
ConditionOR |
Logical AND - true if ANY of the conditions are true. |
ConditionPreviousRank |
Checks what rank the player held previously. |
ConditionRankChangeType |
Checks what caused player's last rank change (see RankChangeType enum). |
ConditionSet |
Base class for condition sets/combinations. |
Criterion |
|