mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
fc54b1180c
commit
e3deebff7e
@ -64,6 +64,7 @@ if (isNil _hrCallback) then {
|
|||||||
} else {
|
} else {
|
||||||
_hrCallback = missionNamespace getVariable _hrCallback;
|
_hrCallback = missionNamespace getVariable _hrCallback;
|
||||||
};
|
};
|
||||||
|
if (!(_hrCallback isEqualType {})) then {_hrCallback = {TRACE_1("callback was NOT code",_hrCallback)};};
|
||||||
|
|
||||||
// Adjust the heart rate based upon config entry
|
// Adjust the heart rate based upon config entry
|
||||||
_heartRate = _target getVariable [QGVAR(heartRate), 70];
|
_heartRate = _target getVariable [QGVAR(heartRate), 70];
|
||||||
|
Loading…
Reference in New Issue
Block a user