Black Ops III

GetNodesInRadius

Gets all of the nodes (max of 256) within a cylinder, in unsorted order

Example:

nodes = GetNodesInRadius( guy.origin, 512, 0, 128, "Path" )

Parameters

ParameterSummary
*originlocation to search for nodes at
*max radiusmaximum distance of nodes to return
*min radiusmaximum distance of nodes to return
[max height]maximum height difference to origin. Defaults to 512
[node type]node type to search for, if not specified, returns all node types. 'Cover' will return all cover nodes
[max nodes]the maximum number of nodes to return up to 256
[region index]the region index the nodes should belong to

* = mandatory