[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.5 (0.6.3.5)
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 | deletedRank or replacementRank is null. |
| System..::..InvalidOperationException | PlayerDB is already loaded. |