mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added progress function, reorganized PREPs
This commit is contained in:
parent
0cad7d0da6
commit
b1dc4e0c52
@ -19,9 +19,10 @@ PREP(treatment_success);
|
|||||||
|
|
||||||
PREP(treatmentBandage);
|
PREP(treatmentBandage);
|
||||||
PREP(treatmentBandageLocal);
|
PREP(treatmentBandageLocal);
|
||||||
|
PREP(fnc_treatmentCPR_progress);
|
||||||
|
PREP(treatmentCPR_start);
|
||||||
PREP(treatmentCPR);
|
PREP(treatmentCPR);
|
||||||
PREP(treatmentCPRLocal);
|
PREP(treatmentCPRLocal);
|
||||||
PREP(treatmentCPR_start);
|
|
||||||
PREP(treatmentFullHeal);
|
PREP(treatmentFullHeal);
|
||||||
PREP(treatmentFullHealLocal);
|
PREP(treatmentFullHealLocal);
|
||||||
PREP(treatmentIV);
|
PREP(treatmentIV);
|
||||||
|
@ -0,0 +1,17 @@
|
|||||||
|
/*
|
||||||
|
* Author: Zakant
|
||||||
|
* Handels the progress of the CPR treatment.
|
||||||
|
*
|
||||||
|
* Arguments:
|
||||||
|
* 0: Arguments <ARRAY>
|
||||||
|
* 0: Caller <OBJECT>
|
||||||
|
* 1: Target <OBJECT>
|
||||||
|
* 1: Elapsed Time <NUMBER>
|
||||||
|
* 2: Total Time <NUMBER>
|
||||||
|
*
|
||||||
|
* Return Value:
|
||||||
|
* Treatment may continue <BOOL>
|
||||||
|
*
|
||||||
|
* Public: No
|
||||||
|
*/
|
||||||
|
#include "script_component.hpp"
|
Loading…
Reference in New Issue
Block a user