mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
75f7ed7532
* Utilize isNotEqualTo * undo changes to some files * redo some changes, fix based on @Vdauphin 's comment * fix validator issues Co-authored-by: PabstMirror <pabstmirror@gmail.com>
20 lines
357 B
Plaintext
20 lines
357 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 [])
|