ACE3/addons/medical_ai/functions/fnc_wasRequested.sqf
2018-01-17 03:36:10 -08:00

17 lines
300 B
Plaintext

/*
* Author: BaerMitUmlaut
* Checks if the unit was requested to treat another unit.
*
* Arguments:
* None
*
* Return Value:
* Was requested <BOOL>
*
* Public: No
*/
#include "script_component.hpp"
private _healQueue = _this getVariable [QGVAR(healQueue), []];
!(_healQueue isEqualTo [])