Player
Constants used to refer to players. These constants do not directly correspond to specific players (which are simply represented as 0
and 1
), but serve to indicate players in a more abstract sense.
Constant | Value | Summary |
---|---|---|
PLAYER_NONE | 2 | Neither player. |
PLAYER_ALL | 3 | Both players. |
PLAYER_EITHER | 4 | Either player. |