Black Ops III

GetNavMeshFaceNormal

Returns the face normal vector of the closest navmesh point to the passed in position, within the search radius.

Example:

navmeshNormal = GetNavMeshFaceNormal( (10,20,30), 25 )

Parameters

ParameterSummary
*positionPosition to start the search around.
*searchRadiusRadius to search within.

* = mandatory