mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Create a _vehicle variable
This commit is contained in:
parent
efbff8cc23
commit
37bc67c951
@ -36,6 +36,7 @@ if (_unit isKindOf "CAManBase") then {
|
||||
};
|
||||
} else {
|
||||
// The unit is a vehicle
|
||||
private _vehicle = _unit;
|
||||
|
||||
// Get the gunner and turret path.
|
||||
// Code based on FUNC(getGunner), extracted for efficency.
|
||||
|
Loading…
Reference in New Issue
Block a user