mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
17 lines
300 B
Plaintext
17 lines
300 B
Plaintext
|
/*
|
||
|
* Author: BaerMitUmlaut
|
||
|
* Checks if the unit was requested to treat another unit.
|
||
|
*
|
||
|
* Arguments:
|
||
|
* None
|
||
|
*
|
||
|
* Return Value:
|
||
|
* Was requested <BOOL>
|
||
|
*
|
||
|
* Public: No
|
||
|
*/
|
||
|
#include "script_component.hpp"
|
||
|
|
||
|
private _healQueue = _this getVariable [QGVAR(healQueue), []];
|
||
|
!(_healQueue isEqualTo [])
|