diff --git a/addons/frag/functions/fnc_dev_debugAmmo.sqf b/addons/frag/functions/fnc_dev_debugAmmo.sqf index e543f43af5..f83b80e640 100644 --- a/addons/frag/functions/fnc_dev_debugAmmo.sqf +++ b/addons/frag/functions/fnc_dev_debugAmmo.sqf @@ -6,10 +6,10 @@ * fragements that could be fired from a weapon * * Arguments: - * 0: Log ammo types that wouldn't normall frag + * 0: Log ammo types that wouldn't normall frag * 1: Only export ammo classes of classes referenced in cfgAmmo - * and their submunitions. - * 2: Force a CSV format on debug print + * and their submunitions. + * 2: Force a CSV format on debug print * * Return Value: * None diff --git a/addons/frag/functions/fnc_dev_fragCalcDump.sqf b/addons/frag/functions/fnc_dev_fragCalcDump.sqf index cad51f98e9..07c4f6ccb8 100644 --- a/addons/frag/functions/fnc_dev_fragCalcDump.sqf +++ b/addons/frag/functions/fnc_dev_fragCalcDump.sqf @@ -6,9 +6,8 @@ * shouldFrag to cull non-fragementing rounds * * Arguments: - * 0: _logAll - Display rounds that will never frag (power < 5). - * Default value false - * 1: _minFragPower - minimum range for sqrt power calculation + * 0: Display rounds that will never frag (power < 5). + * Default value false * * Return Value: * None @@ -20,8 +19,7 @@ */ params [ - ["_logAll", false, [false]], - ["_minFragPower", 35, [123]] + ["_logAll", false, [false]] ]; diff --git a/addons/frag/functions/fnc_dev_trackHitBox.sqf b/addons/frag/functions/fnc_dev_trackHitBox.sqf index 447db9eca2..ba136bbd46 100644 --- a/addons/frag/functions/fnc_dev_trackHitBox.sqf +++ b/addons/frag/functions/fnc_dev_trackHitBox.sqf @@ -4,8 +4,8 @@ * Add a hitbox outline to an object * * Arguments: - * 0 : Object to draw hitbox - * 1 : Add sphere at object origin + * 0 Object to draw hitbox : + * 1: Add sphere at object origin * * Return Value: * None diff --git a/addons/frag/functions/fnc_dev_trackObj.sqf b/addons/frag/functions/fnc_dev_trackObj.sqf index 62e750703f..e62fcb9ca4 100644 --- a/addons/frag/functions/fnc_dev_trackObj.sqf +++ b/addons/frag/functions/fnc_dev_trackObj.sqf @@ -4,9 +4,9 @@ * This function adds an object to have it's course tracked (every frame). * * Arguments: - * 0 : Object to draw hitbox - * 1 : Color of trace - * 2 : Whether the object is a projectile + * 0: Object to draw hitbox + * 1: Color of trace + * 2: Whether the object is a projectile * * Return Value: * None