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

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

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

Syntax

   
 C# 
public static bool RaiseRank(
	Rank rank
)

Parameters

rank
Rank
Rank to raise.

Return Value

True if the Rank index was raised; false if it is already the highest rank.

Exceptions

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

See Also