Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The index of each element in the array relates to the player ID. So the data for player 0 will be in playerData[0] and so onis the player's ID within the game (the value of me for that player). Note that this is not necessarily the same as the player's starting location - some starting positions might not have been assigned a player.

Properties

Each (numerically referenced) element in the array contains a Player object.

...