[This is preliminary documentation and is subject to change.]
The RankManager type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| AddRank(Rank) | Adds a new rank to the list. Checks for duplicates. | |
| CanRenameRank(Rank, String) | ||
| DeleteRank(Rank, Rank) | ||
| FindRank(Int32) | Finds rank by index. Rank at index 0 is the highest. | |
| FindRank(String) | Parses rank name (without the ID) using autocompletion. | |
| GenerateID()()()() | ||
| GetIndex(Rank) | ||
| GetMinRankWithAllPermissions(array<Permission>[]()[][]) | Finds the lowest rank that has all the required permissions. | |
| GetMinRankWithAnyPermission(array<Permission>[]()[][]) | Finds the lowest rank that has all the required permissions. | |
| LowerRank(Rank) | ||
| RaiseRank(Rank) | ||
| RenameRank(Rank, String) |