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

Lowers the index value of the specified Rank, and then raises the rank that was previously in that position.

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

Syntax

   
 C# 
public static bool LowerRank(
	Rank rank
)

Parameters

rank
Rank
Rank to lower.

Return Value

True if the Rank index was lowered; false if it is already the lowest rank.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If rank is null.
System..::..InvalidOperationException If PlayerDB is already loaded.

See Also