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

The Rank type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AllowSecurityCircumvention
Whether players of this rank are allowed to remove restrictions that affect themselves. Affects /WMain, /WAccess, /WBuild, /ZAdd, /ZEdit, and /ZRemove.
AntiGriefBlocks
Number of blocks that need to be modified in AntiGriefSeconds for the AntiGrief to kick in for this Rank.
AntiGriefSeconds
The interval in seconds for which to count number of blocks broken for use in AntiGrief for this Rank.
CopySlots
Maximum number of buffered copies this rank is allowed to have.
DrawLimit
Maximum number of blocks that player is allowed to draw at a time using draw commands.
FillLimit
Maximum number of blocks away the origin that a fill is allowed to travel. Applies to /Fill2D command. For example, a limit of 32, means that the maximum fill dimensions are (32 * 2 + 1), which is 65 x 65
IdleKickTimer
Time until the idle kicker will kick this Rank from the server.
Index
Rank's relative index on the hierarchy. Index of the top rank is always 0. Subordinate ranks start at 1. Higher index = lower rank.
ReservedSlot
Whether this rank has a reserved slot (is allowed to join the server even if it's full).

See Also