/* * Author: BaerMitUmlaut * Get the heart rate of a unit. * * Arguments: * 0: The Unit * * Return Value: * Heart Rate */ #include "script_component.hpp" params ["_unit"]; _unit getVariable [QGVAR(heartRate), DEFAULT_HEART_RATE]