ACE3/addons/medical/functions/fnc_isUnconscious.sqf
Thomas Kooi 8d34f98909 Moved relevant functions from common to medical.
Removed unnecessary event function.
2015-01-24 17:18:38 +01:00

13 lines
323 B
Plaintext

/**
* fn_isUnconscious.sqf
* @Descr: Checks whatever given object is in the unconscious state
* @Author: Glowbal
*
* @Arguments: [unit OBJECT]
* @Return: BOOL True when object is in unconscious state
* @PublicAPI: true
*/
#include "script_component.hpp"
((_this select 0) getvariable ["ACE_isUnconscious",false]);