Black Ops III

NavPointSightFilter

Given an array of navmesh points, filters the array based on navmesh visibility to an origin.

Example:

points = NavPointSightFilter( points, nearest )

Parameters

ParameterSummary
*pointsArray of navmesh points
*originOrigin to check visibility from
[checksight]True to check sight, false otherwise

* = mandatory