[This is preliminary documentation and is subject to change.]
Describes the way player's rank was set.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
public enum RankChangeType
Members
| Member | Value | Description |
|---|---|---|
| Default | 0 | Default rank (never been promoted or demoted). |
| Promoted | 1 | Promoted manually by another player or by console. |
| Demoted | 2 | Demoted manually by another player or by console. |
| AutoPromoted | 3 | Promoted automatically (e.g. by AutoRank). |
| AutoDemoted | 4 | Demoted automatically (e.g. by AutoRank). |