ACE3/addons/medical_treatment/functions/fnc_treatmentCPR_progress.sqf

18 lines
314 B
Plaintext
Raw Normal View History

/*
* 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"