mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
18 lines
314 B
Plaintext
18 lines
314 B
Plaintext
|
/*
|
||
|
* 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"
|