ACE3/addons/medical_ai/functions/fnc_wasRequested.sqf
Phyma ffaa195fe5 Conform function headers to coding guidelines (#5255)
* Fixed headers to work with silentspike python script

* Fixed rest of the files

* Fixed ace-team
2017-06-08 15:31:51 +02:00

20 lines
355 B
Plaintext

/*
* 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
*/
#include "script_component.hpp"
private _healQueue = _this getVariable [QGVAR(healQueue), []];
!(_healQueue isEqualTo [])