C# Class FittingEngine.Ammo

Exibir arquivo Open project: rischwa/eve-fast-fitting-assessment Class Usage Examples

Public Methods

Method Description
Ammo ( FittingService service ) : System.Collections.Generic
GetFactionAmmoForWeapon ( Item weapon ) : Item
GetHighDamageT2AmmoForWeapon ( Item weapon ) : Item
GetLongRangeT2AmmoForWeapon ( Item weapon ) : Item

Private Methods

Method Description
GetChargeSize ( Item weapon ) : ChargeSize
GetT2AmmoTypes ( Item weapon ) : T2

Method Details

Ammo() public method

public Ammo ( FittingService service ) : System.Collections.Generic
service FittingService
return System.Collections.Generic

GetFactionAmmoForWeapon() public method

public GetFactionAmmoForWeapon ( Item weapon ) : Item
weapon Item
return Item

GetHighDamageT2AmmoForWeapon() public method

public GetHighDamageT2AmmoForWeapon ( Item weapon ) : Item
weapon Item
return Item

GetLongRangeT2AmmoForWeapon() public method

public GetLongRangeT2AmmoForWeapon ( Item weapon ) : Item
weapon Item
return Item