[This is preliminary documentation and is subject to change.]
Experimental AutoRank functionality.
Types
| All Types | Classes | Enumerations |
| Name | Description | |
|---|---|---|
| AutoRankManager | ||
| ComparisonOp | Operators used to compare PlayerInfo fields. | |
| Condition | Base class for all AutoRank conditions. | |
| ConditionAND | Logical AND - true if ALL conditions are true. | |
| ConditionField | Enumeration of quantifiable PlayerInfo fields (or field combinations) that may be used with AutoRank conditions. | |
| 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 |