Method | Description | |
---|---|---|
PlayerCabinetPosition ( int playerNumber ) : int |
Gets the players postion in the cabnet starting at 0 on the left.
|
|
PlayerColor ( int playerNumber ) : Color |
Gets the Color assigned to that player
|
|
PlayerColorName ( int playerNumber ) : string |
Gets the string of the Color assigned to that player.
|
|
PlayerLogicPosition ( int playerNumber ) : int |
Gets the Player number from Cabnet position
|
public static PlayerCabinetPosition ( int playerNumber ) : int | ||
playerNumber | int | |
return | int |
public static PlayerColor ( int playerNumber ) : Color | ||
playerNumber | int | |
return | Color |
public static PlayerColorName ( int playerNumber ) : string | ||
playerNumber | int | |
return | string |
public static PlayerLogicPosition ( int playerNumber ) : int | ||
playerNumber | int | |
return | int |