[This is preliminary documentation and is subject to change.]
Removes the specified rank from the list of available ranks
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If deletedRank or replacementRank is null. |
| System..::..InvalidOperationException | If PlayerDB is already loaded. |