C# Class Beyond_Beyaan.Equipment

Afficher le fichier Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Méthodes publiques

Méthode Description
Equipment ( Technology whichTech, bool useSecondary ) : System
GetActualCost ( int>.Dictionary techLevels, int shipSize, float costPerPower ) : float
GetActualSize ( int>.Dictionary techLevels, int shipSize, float spacePerPower ) : float
GetCost ( int>.Dictionary techLevels, int shipSize ) : float
GetMaxDamage ( ) : int
GetMinDamage ( ) : int
GetPower ( int shipSize ) : float
GetRange ( ) : int
GetSize ( int>.Dictionary techLevels, int shipSize ) : float

Method Details

Equipment() public méthode

public Equipment ( Technology whichTech, bool useSecondary ) : System
whichTech Technology
useSecondary bool
Résultat System

GetActualCost() public méthode

public GetActualCost ( int>.Dictionary techLevels, int shipSize, float costPerPower ) : float
techLevels int>.Dictionary
shipSize int
costPerPower float
Résultat float

GetActualSize() public méthode

public GetActualSize ( int>.Dictionary techLevels, int shipSize, float spacePerPower ) : float
techLevels int>.Dictionary
shipSize int
spacePerPower float
Résultat float

GetCost() public méthode

public GetCost ( int>.Dictionary techLevels, int shipSize ) : float
techLevels int>.Dictionary
shipSize int
Résultat float

GetMaxDamage() public méthode

public GetMaxDamage ( ) : int
Résultat int

GetMinDamage() public méthode

public GetMinDamage ( ) : int
Résultat int

GetPower() public méthode

public GetPower ( int shipSize ) : float
shipSize int
Résultat float

GetRange() public méthode

public GetRange ( ) : int
Résultat int

GetSize() public méthode

public GetSize ( int>.Dictionary techLevels, int shipSize ) : float
techLevels int>.Dictionary
shipSize int
Résultat float