C# Class GameStatistics, ES2015F

Afficher le fichier Open project: jgirald/ES2015F Class Usage Examples

Méthodes publiques

Свойство Type Description
winCondition Victory,
winner Player,

Méthodes publiques

Méthode Description
addCreatedUnits ( Player, p, int x ) : void
addFoodCollected ( Player, p, int x ) : void
addKilledUnits ( Player, p, int x ) : void
addLostUnits ( Player, p, int x ) : void
addStoneCollected ( Player, p, int x ) : void
addWoodCollected ( Player, p, int x ) : void
getPS ( Player, p ) : PlayerStatistics,
resetStatistics ( ) : void

Method Details

addCreatedUnits() public static méthode

public static addCreatedUnits ( Player, p, int x ) : void
p Player,
x int
Résultat void

addFoodCollected() public static méthode

public static addFoodCollected ( Player, p, int x ) : void
p Player,
x int
Résultat void

addKilledUnits() public static méthode

public static addKilledUnits ( Player, p, int x ) : void
p Player,
x int
Résultat void

addLostUnits() public static méthode

public static addLostUnits ( Player, p, int x ) : void
p Player,
x int
Résultat void

addStoneCollected() public static méthode

public static addStoneCollected ( Player, p, int x ) : void
p Player,
x int
Résultat void

addWoodCollected() public static méthode

public static addWoodCollected ( Player, p, int x ) : void
p Player,
x int
Résultat void

getPS() public static méthode

public static getPS ( Player, p ) : PlayerStatistics,
p Player,
Résultat PlayerStatistics,

resetStatistics() public static méthode

public static resetStatistics ( ) : void
Résultat void

Property Details

winCondition public_oe static_oe property

public static Victory, winCondition
Résultat Victory,

winner public_oe static_oe property

public static Player, winner
Résultat Player,