Skip to content

Commit

Permalink
headers
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkIsGrim authored Oct 19, 2024
1 parent 5283456 commit 383a87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Return Value:
* Array of medication counts <ARRAY of ARRAY>:
* Dose Count <NUMBER>
* Medication effectiveness (float) <NUMBER>
* Medication effectiveness (0-1) <NUMBER>
*
* Example:
* [player] call ace_medical_status_fnc_getAllMedicationCount
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_status/functions/fnc_getMedicationCount.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* Return Value:
* Dose Count <NUMBER>
* Medication effectiveness (float) <NUMBER>
* Medication effectiveness (0-1) <NUMBER>
*
* Example:
* [player, "Epinephrine"] call ace_medical_status_fnc_getMedicationCount
Expand Down

0 comments on commit 383a87b

Please sign in to comment.