ACE3/addons/medical_status/functions/fnc_getHeartRate.sqf

15 lines
257 B
Plaintext
Raw Normal View History

2017-04-27 16:53:49 +00:00
/*
* Author: BaerMitUmlaut
* Get the heart rate of a unit.
*
* Arguments:
* 0: The Unit <OBJECT>
*
* Return Value:
* Heart Rate <NUMBER>
*/
#include "script_component.hpp"
params ["_unit"];
_unit getVariable [QGVAR(heartRate), DEFAULT_HEART_RATE]