2023-09-12 18:58:10 +00:00
|
|
|
#include "..\script_component.hpp"
|
2016-09-04 09:25:03 +00:00
|
|
|
/*
|
|
|
|
* Author: BaerMitUmlaut
|
|
|
|
* Checks if the unit was requested to treat another unit.
|
|
|
|
*
|
|
|
|
* Arguments:
|
2024-07-23 13:28:40 +00:00
|
|
|
* Unit <OBJECT>
|
2016-09-04 09:25:03 +00:00
|
|
|
*
|
|
|
|
* Return Value:
|
|
|
|
* Was requested <BOOL>
|
|
|
|
*
|
2017-06-08 13:31:51 +00:00
|
|
|
* Example:
|
2024-07-23 13:28:40 +00:00
|
|
|
* cursorObject call ace_medical_ai_fnc_wasRequested
|
2017-06-08 13:31:51 +00:00
|
|
|
*
|
2016-09-04 09:25:03 +00:00
|
|
|
* Public: No
|
|
|
|
*/
|
|
|
|
|
|
|
|
private _healQueue = _this getVariable [QGVAR(healQueue), []];
|
2021-02-27 17:05:05 +00:00
|
|
|
(_healQueue isNotEqualTo [])
|