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

[Missing <summary> documentation for "T:fCraft.RankManager"]

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

Syntax

   
 C# 
public static class RankManager

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AddRank(Rank)
Adds a new rank to the list. Checks for duplicates.
BlockDBAutoEnableRank
CanRenameRank(Rank, String)
DefaultBuildRank
DefaultRank
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.
HighestRank
LegacyRankMapping
LowerRank(Rank)
LowestRank
PatrolledRank
RaiseRank(Rank)
Ranks
RanksByFullName
RanksByID
RanksByName
RenameRank(Rank, String)

Inheritance Hierarchy

System..::..Object
  fCraft..::..RankManager

See Also