mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
/**
|
|
* fn_isArrested.sqf
|
|
* @Descr: Check if unit is in arrested state
|
|
* @Author: Glowbal
|
|
*
|
|
* @Arguments: [unit OBJECT]
|
|
* @Return: BOOL Returns true if unit or object is in arrest state
|
|
* @PublicAPI: true
|
|
*/
|
|
|
|
#include "script_component.hpp"
|
|
|
|
((_this select 0) getvariable [QGVAR(StateArrested),false]) |