ACE3/addons/medical_ai/functions/fnc_wasRequested.sqf
johnb432 cb3c18c2fb
Medical AI - Header fixes (#10140)
Header fixes for medical AI
2024-07-23 15:28:40 +02:00

20 lines
382 B
Plaintext

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