Black Ops III

HeliTurretDogTrace

Determines if you helicopter turret can see the dog.

Example:

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

Parameters

ParameterSummary
*positionplace that check if you can see if being performed
*dogthe dog 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