Black Ops III

IsTouching

Returns true if <other entity> is touching <entity>

Example:

if( player IsTouching( e_goal_volume ) ) { //do something }

Parameters

ParameterSummary
*other entityEntity.

* = mandatory