C# Class Beyond_Beyaan.Equipment

Datei anzeigen Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method 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 method

public Equipment ( Technology whichTech, bool useSecondary ) : System
whichTech Technology
useSecondary bool
return System

GetActualCost() public method

public GetActualCost ( int>.Dictionary techLevels, int shipSize, float costPerPower ) : float
techLevels int>.Dictionary
shipSize int
costPerPower float
return float

GetActualSize() public method

public GetActualSize ( int>.Dictionary techLevels, int shipSize, float spacePerPower ) : float
techLevels int>.Dictionary
shipSize int
spacePerPower float
return float

GetCost() public method

public GetCost ( int>.Dictionary techLevels, int shipSize ) : float
techLevels int>.Dictionary
shipSize int
return float

GetMaxDamage() public method

public GetMaxDamage ( ) : int
return int

GetMinDamage() public method

public GetMinDamage ( ) : int
return int

GetPower() public method

public GetPower ( int shipSize ) : float
shipSize int
return float

GetRange() public method

public GetRange ( ) : int
return int

GetSize() public method

public GetSize ( int>.Dictionary techLevels, int shipSize ) : float
techLevels int>.Dictionary
shipSize int
return float