[This is preliminary documentation and is subject to change.]

Describes the way player's rank was set.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public enum RankChangeType

Members

MemberValueDescription
Default0
Default rank (never been promoted or demoted).
Promoted1
Promoted manually by another player or by console.
Demoted2
Demoted manually by another player or by console.
AutoPromoted3
Promoted automatically (e.g. by AutoRank).
AutoDemoted4
Demoted automatically (e.g. by AutoRank).

See Also