public void ShipInformation(ShipInformationList shp, string whereami, ISystem system, DB.SQLiteConnectionUser conn) { shp.Loadout(ShipId, Ship, ShipFD, ShipName, ShipIdent, ShipModules, HullValue ?? 0, ModulesValue ?? 0, Rebuy ?? 0, Hot); }
public void ShipInformation(ShipInformationList shp, string whereami, ISystem system) { shp.Loadout(ShipId, Ship, ShipFD, ShipName, ShipIdent, ShipModules, HullValue ?? 0, ModulesValue ?? 0, Rebuy ?? 0, UnladenMass ?? 0, ReserveFuelCapacity ?? 0, HullHealth ?? 0, Hot); }
public void ShipInformation(ShipInformationList shp, DB.SQLiteConnectionUser conn) { shp.Loadout(ShipId, Ship, ShipFD, ShipName, ShipIdent, ShipModules); }
public void ShipInformation(ShipInformationList shp, DB.SQLiteConnectionUser conn) { // if (HullValue != null) System.Diagnostics.Debug.WriteLine("!)"); shp.Loadout(ShipId, Ship, ShipFD, ShipName, ShipIdent, ShipModules, HullValue ?? 0, ModulesValue ?? 0, Rebuy ?? 0); }