#include "..\script_component.hpp" /* * Author: BaerMitUmlaut * Checks if the unit was requested to treat another unit. * * Arguments: * Unit * * Return Value: * Was requested * * Example: * cursorObject call ace_medical_ai_fnc_wasRequested * * Public: No */ private _healQueue = _this getVariable [QGVAR(healQueue), []]; (_healQueue isNotEqualTo [])