mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
formatting, remove an obsolete private
This commit is contained in:
parent
b0704e486f
commit
f83dea6e01
@ -21,7 +21,7 @@
|
||||
#define CANGETINDRIVER (isNull (driver _vehicle) || {!alive driver _vehicle}) && {!lockedDriver _vehicle} && {getNumber (_config >> "isUav") != 1}
|
||||
#define CANGETINTURRETINDEX (isNull (_vehicle turretUnit _turret) || {!alive (_vehicle turretUnit _turret)}) && {!(_vehicle lockedTurret _turret)} && {getNumber (_config >> "isUav") != 1}
|
||||
|
||||
params ["_unit", "_vehicle", "_position", ["_checkDistance",false], ["_index",-1]];
|
||||
params ["_unit", "_vehicle", "_position", ["_checkDistance", false], ["_index", -1]];
|
||||
|
||||
_position = toLower _position;
|
||||
|
||||
|
@ -16,10 +16,9 @@
|
||||
|
||||
params ["_unit", "_target", ["_exceptions", []]];
|
||||
|
||||
private ["_exceptions", "_owner"];
|
||||
|
||||
_exceptions = [_exceptions, {toLower _this}] call FUNC(map);
|
||||
|
||||
private "_owner";
|
||||
_owner = _target getVariable [QGVAR(owner), objNull];
|
||||
|
||||
// exit if the target is not free to interact
|
||||
|
Loading…
Reference in New Issue
Block a user