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

Checks whether a given player is due for a promotion or demotion.

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

Syntax

   
 C# 
public static Rank Check(
	PlayerInfo info
)

Parameters

info
PlayerInfo
PlayerInfo to check.

Return Value

Null if no rank change is needed, or a rank to promote/demote to.

See Also