Fixed function headers

This commit is contained in:
Zakant 2017-03-23 17:23:18 +01:00
parent d47d183119
commit 07033061e3
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
* Calculate the blood loost and blood volume for a unit. Used from CPR to simulate a heart rate while in cardiac arrest
*
* Arguments:
* 0: The unit <OBJECT>
* 0: Unit <OBJECT>
*
* Return Value:
* NONE

View File

@ -4,13 +4,13 @@
*
* Arguments:
* 0: Arguments <ARRAY>
* 0: Caller <OBJECT>
* 1: Target <OBJECT>
* 0: Caller <OBJECT>
* 1: Target <OBJECT>
* 1: Elapsed Time <NUMBER>
* 2: Total Time <NUMBER>
*
* Return Value:
* Treatment may continue <BOOL>
* May Treatment continue <BOOL>
*
* Public: No
*/