mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
742626ff1a
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
20 lines
360 B
Plaintext
20 lines
360 B
Plaintext
#include "..\script_component.hpp"
|
|
/*
|
|
* Author: BaerMitUmlaut
|
|
* Checks if the unit was requested to treat another unit.
|
|
*
|
|
* Arguments:
|
|
* None
|
|
*
|
|
* Return Value:
|
|
* Was requested <BOOL>
|
|
*
|
|
* Example:
|
|
* call ACE_medical_ai_fnc_wasRequested
|
|
*
|
|
* Public: No
|
|
*/
|
|
|
|
private _healQueue = _this getVariable [QGVAR(healQueue), []];
|
|
(_healQueue isNotEqualTo [])
|