Black Ops III

GetTouchingVolume

Get the entities that are inside the bounds given

Example:

entities = GetTouchingVolume( self.origin, mins, maxs )

Returns: entity

Parameters

ParameterSummary
*originPosition of bounding box
*minsThe minimum extents of the bounding box
*maxsThe maximum extents of the bounding box

* = mandatory