diff --git a/addons/advanced_ballistics/functions/fnc_calculateAirDensity.sqf b/addons/advanced_ballistics/functions/fnc_calculateAirDensity.sqf index 27ac3d368f..73ebc0f94a 100644 --- a/addons/advanced_ballistics/functions/fnc_calculateAirDensity.sqf +++ b/addons/advanced_ballistics/functions/fnc_calculateAirDensity.sqf @@ -4,12 +4,12 @@ * Displays a wind info (colored arrow) in the top left corner of the screen * * Arguments: - * 0: temperature - degrees celcius - * 1: pressure - hPa - * 2: relativeHumidity - value between 0.0 and 1.0 + * 0: temperature - degrees celcius + * 1: pressure - hPa + * 2: relativeHumidity - value between 0.0 and 1.0 * * Return Value: - * 0: density of air - kg * m^(-3) + * 0: density of air - kg * m^(-3) * * Return value: * None diff --git a/addons/advanced_ballistics/functions/fnc_calculateAmmoTemperatureVelocityShift.sqf b/addons/advanced_ballistics/functions/fnc_calculateAmmoTemperatureVelocityShift.sqf index ae9bd9f60e..c92e679a66 100644 --- a/addons/advanced_ballistics/functions/fnc_calculateAmmoTemperatureVelocityShift.sqf +++ b/addons/advanced_ballistics/functions/fnc_calculateAmmoTemperatureVelocityShift.sqf @@ -5,10 +5,10 @@ * * Arguments: * 0: ammo - classname - * 1: temperature - degrees celcius + * 1: temperature - degrees celcius * * Return Value: - * 0: muzzle velocity shift - m/s + * 0: muzzle velocity shift - m/s * * Return value: * None diff --git a/addons/advanced_ballistics/functions/fnc_calculateAtmosphericCorrection.sqf b/addons/advanced_ballistics/functions/fnc_calculateAtmosphericCorrection.sqf index cdf762f4cf..0bd6ae6001 100644 --- a/addons/advanced_ballistics/functions/fnc_calculateAtmosphericCorrection.sqf +++ b/addons/advanced_ballistics/functions/fnc_calculateAtmosphericCorrection.sqf @@ -4,14 +4,14 @@ * Calculates the atmospherically corrected ballistic coefficient * * Arguments: - * 0: ballistic coefficient - G1-G7 - * 1: temperature - degrees celcius - * 2: pressure - hPa - * 3: relativeHumidity - value between 0.0 and 1.0 + * 0: ballistic coefficient - G1-G7 + * 1: temperature - degrees celcius + * 2: pressure - hPa + * 3: relativeHumidity - value between 0.0 and 1.0 * 4: atmosphereModel - ICAO or ASM * * Return Value: - * corrected ballistic coefficient + * corrected ballistic coefficient * * Public: No */ diff --git a/addons/advanced_ballistics/functions/fnc_calculateBarrelLengthVelocityShift.sqf b/addons/advanced_ballistics/functions/fnc_calculateBarrelLengthVelocityShift.sqf index ef3a84ad59..b4cbd5bdc0 100644 --- a/addons/advanced_ballistics/functions/fnc_calculateBarrelLengthVelocityShift.sqf +++ b/addons/advanced_ballistics/functions/fnc_calculateBarrelLengthVelocityShift.sqf @@ -6,10 +6,10 @@ * Arguments: * 0: ammo - classname * 0: weapon - classname - * 1: muzzle velocity - m/s + * 1: muzzle velocity - m/s * * Return Value: - * 0: muzzle velocity shift - m/s + * 0: muzzle velocity shift - m/s * * Return value: * None diff --git a/addons/advanced_ballistics/functions/fnc_calculateHellmannExponent.sqf b/addons/advanced_ballistics/functions/fnc_calculateHellmannExponent.sqf index 7e5cb51d7f..592283737e 100644 --- a/addons/advanced_ballistics/functions/fnc_calculateHellmannExponent.sqf +++ b/addons/advanced_ballistics/functions/fnc_calculateHellmannExponent.sqf @@ -7,7 +7,7 @@ * 0: _this - world position * * Return Value: - * 0: hellmann exponent + * 0: hellmann exponent * * Public: No */ diff --git a/addons/advanced_ballistics/functions/fnc_calculateRetardation.sqf b/addons/advanced_ballistics/functions/fnc_calculateRetardation.sqf index b3db918db7..433dafbe10 100644 --- a/addons/advanced_ballistics/functions/fnc_calculateRetardation.sqf +++ b/addons/advanced_ballistics/functions/fnc_calculateRetardation.sqf @@ -5,11 +5,11 @@ * * Arguments: * 0: drag model - 1-7 - * 1: drag coefficient - bc - * 2: velocity - m/s + * 1: drag coefficient - bc + * 2: velocity - m/s * * Return Value: - * 0: retardation - m/(s^2) + * 0: retardation - m/(s^2) * * Return value: * None diff --git a/addons/advanced_ballistics/functions/fnc_calculateRoughnessLength.sqf b/addons/advanced_ballistics/functions/fnc_calculateRoughnessLength.sqf index 6dde210cdd..c315463a02 100644 --- a/addons/advanced_ballistics/functions/fnc_calculateRoughnessLength.sqf +++ b/addons/advanced_ballistics/functions/fnc_calculateRoughnessLength.sqf @@ -7,7 +7,7 @@ * 0: _this - world position * * Return Value: - * 0: roughness length + * 0: roughness length * * Public: No */ diff --git a/addons/advanced_ballistics/functions/fnc_calculateStabilityFactor.sqf b/addons/advanced_ballistics/functions/fnc_calculateStabilityFactor.sqf index f9b92e0d5b..81b71aeb3b 100644 --- a/addons/advanced_ballistics/functions/fnc_calculateStabilityFactor.sqf +++ b/addons/advanced_ballistics/functions/fnc_calculateStabilityFactor.sqf @@ -4,16 +4,16 @@ * Calculates the stability factor of a bullet * * Arguments: - * 0: caliber - inches - * 1: bullet length - inches - * 2: bullet mass - grains - * 3: barrel twist - inches - * 4: muzzle velocity shift - m/s - * 5: temperature - degrees celcius - * 6: barometric Pressure - hPA + * 0: caliber - inches + * 1: bullet length - inches + * 2: bullet mass - grains + * 3: barrel twist - inches + * 4: muzzle velocity shift - m/s + * 5: temperature - degrees celcius + * 6: barometric Pressure - hPA * * Return Value: - * 0: stability factor + * 0: stability factor * * Public: No */ diff --git a/addons/advanced_ballistics/functions/fnc_calculateWindSpeed.sqf b/addons/advanced_ballistics/functions/fnc_calculateWindSpeed.sqf index de2a0b64ab..e7b0a322e8 100644 --- a/addons/advanced_ballistics/functions/fnc_calculateWindSpeed.sqf +++ b/addons/advanced_ballistics/functions/fnc_calculateWindSpeed.sqf @@ -7,7 +7,7 @@ * 0: _this - world position * * Return Value: - * 0: wind speed - m/s + * 0: wind speed - m/s * * Public: No */