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

Removes the specified rank from the list of available ranks

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

Syntax

   
 C# 
public static bool DeleteRank(
	Rank deletedRank,
	Rank replacementRank
)

Parameters

deletedRank
Rank
Rank to be deleted.
replacementRank
Rank
Rank that will replace the deleted rank.

Return Value

Whether or not the rank was succesfully deleted/replaced.

Exceptions

ExceptionCondition
System..::..ArgumentNullException deletedRank or replacementRank is null.
System..::..InvalidOperationException PlayerDB is already loaded.

See Also