currentTarget <vehicle>
- Would return the object the given unit/gunner is currently targeting at
- Basically a "AI version" of cursorTarget (would of course work for player too)..
- Would return the targeted object
- Example: if (currentTarget loon1 == player) then {hint "loon has a bead on you!!"};