Medical - Various debugging and fix cpr anim speed (#7122)

* Medical - Various debugging and fix cpr anim speed

* Update fnc_setCardiacArrest.sqf
This commit is contained in:
PabstMirror
2019-08-06 08:10:33 -05:00
committed by GitHub
parent 75a8ba2b34
commit f5782fd1ff
14 changed files with 40 additions and 8 deletions

View File

@ -16,7 +16,8 @@
* Public: Yes
*/
params ["_id", "_disable"];
params [["_id", "#", [""]], ["_disable", false, [false]]];
TRACE_2("setDisableUserInputStatus",_id,_disable);
if (isNil QGVAR(DISABLE_USER_INPUT_COLLECTION)) then {
GVAR(DISABLE_USER_INPUT_COLLECTION) = [];