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

The PlayerDB type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
BannedCount
BannedPercentage
IsLoaded
Whether PlayerDB has been loaded. Ranks cannot be modified after PlayerDB is loaded.
PlayerInfoList
Cached list of all players in the database. May be quite long. Make sure to copy a reference to the list before accessing it in a loop, since this array be frequently be replaced by an updated one.
SaveInterval
Interval at which PlayerDB should be saved. Default is 90s.
Size

See Also