ACE3/addons/medical_status/functions/fnc_isUnconscious.sqf

15 lines
254 B
Plaintext
Raw Normal View History

2017-04-27 16:53:49 +00:00
/*
* Author: BaerMitUmlaut
* Check if the unit is unconscious.
*
* Arguments:
* 0: The Unit <OBJECT>
*
* Return Value:
* Is unconscious <BOOL>
*/
#include "script_component.hpp"
params ["_unit"];
_unit getVariable [QGVAR(isUnconscious), false]