Black Ops III

HeliTurretSightTrace

Determines if you helicopter turret can see an the players eyes.

Example:

if (0 == (copter HeliTurretSightTrace(heli_turret_point, player, lastHit))

Parameters

ParameterSummary
*positionplace that check if you can see if being performed
*playerthe player that the helicopter wants to see
*hitNumif you run this more than once make sure to populate this with the return of the last as it will increase efficiency

* = mandatory