Click or drag to resize
ProjectMaxPlayers Field
Defines the maximum number of players that can be active.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public static readonly byte MaxPlayers

Field Value

Type: Byte
Remarks
This determines primarily how many players the user can customize in the options dialog at runtime. If there is only 1 player, there will be no dowpdown list to select which player to customize. Note that the actual number of active players is determined by the rules defined in the project.
See Also