public function player.setColor(playercolor color)
public function player.getColor() returns playercolor
public function int.toPlayerColor() returns playercolor
public function playercolor.toInt() returns int
public function playercolor.getPlayer() returns player
Returns the player that had this color at the start of the game. Does not respect SetPlayerColor.
public function playercolor.getPlayers() returns force
Returns the players who are currently using this player color. Respects calls to SetPlayerColor
public constant PLAYER_COLOR_BLACK_AGGRESSIVE = ConvertPlayerColor(24)
public constant PLAYER_COLOR_UNKNOWN1 = ConvertPlayerColor(25)
public constant PLAYER_COLOR_UNKNOWN2 = ConvertPlayerColor(26)
public constant PLAYER_COLOR_BLACK_PASSIVE = ConvertPlayerColor(27)