/** @brief Return fleet moving details of Ogame vso. * @param[in] string name The name as in Database, all for all element * @return array('vitesse','fret','conso',(bool)'civil') */ function ogame_fleetSubDetailsBase(name = 'all'); /** @brief Calculates technical data of a fleet or defence. * @return array('nom','vitesse','fret','conso',(bool)'civil') of the wanted fleet. */ function ogame_fleetSubDetails(name, user_techno = null, classe = 'none'); console.log(ogame_fleetSubDetails('PT',{'Hyp':18,'RC':21,'RI':17,'PH':16},'GEN'));