Mod API Reference:PlayerID: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
Created page with "Alias for an integer that represents the ID of a player."
 
No edit summary
Line 1: Line 1:
Alias for an integer that represents the ID of a player.
Alias for an integer that represents the ID of a player.
Also, note that the following constants are also available:
* PlayerID.Neutral: Represents the neutral player.
* PlayerID.Fog: Set in a client function when the client does not know the player that owns this item.
* PlayerID.AvailableForDistribution: Set during manual territory distribution to indicate that this territory is available for picking.

Revision as of 06:15, 4 April 2017

Alias for an integer that represents the ID of a player.

Also, note that the following constants are also available:

  • PlayerID.Neutral: Represents the neutral player.
  • PlayerID.Fog: Set in a client function when the client does not know the player that owns this item.
  • PlayerID.AvailableForDistribution: Set during manual territory distribution to indicate that this territory is available for picking.