Black Ops III

IsTouchingVolume

Returns true if entity is touching the volume.

Example:

if ( crate_ent IsTouchingVolume( origin + (0,0,40), mins, maxs ) )

Parameters

ParameterSummary
*originOrigin of the volume
*volume minsThe min extents of the volume
*volume maxsThe max extents of the volume

* = mandatory