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

The Rank type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ClassyName
Decorated name of the rank, including color and prefix (if enabled by the configuration).
Color
Rank color code. Should not be left blank.
FullName
Fully qualified name of the rank. Format: "Name#ID". Should be used whereever rank name needs to be serialized.
ID
Unique rank ID. Generated by Rank.GenerateID. Assigned once at creation. Used to preserve compatibility in case a rank gets renamed.
MainWorld
Name
Rank's displayed name. Use rank.FullName instead for serializing (to improve backwards compatibility).
NextRankDown
NextRankUp
PermissionLimits
Permissions
Set of permissions given to this rank. Use Rank.Can() to access.
PlayerCount
Total number of players of this rank (online and offline).
Players
Shortcut to the list of all online players of this rank.
Prefix

See Also