A3XAI-Final/A3XAI/compile/A3XAI_getNoAggroStatus.sqf
Snark Industries c4a7084754 A3XAI Final Release (April 17, 2016 version)
Releasing previously unreleased version. Completely unsupported with no guarantee of functionality. Use at own risk.
2017-07-19 21:20:00 -04:00

10 lines
160 B
Plaintext

#include "\A3XAI\globaldefines.hpp"
private ["_unitGroup","_status"];
_unitGroup = _this;
_status = _unitGroup getVariable ["NoAggroStatus",false];
_status