Black Ops III

PlayerPositionValidIgnoreEnt

Returns true if the passed in origin is valid for a spawn (ie not inside something).

Example:

if(PlayerPositionValidIgnoreEnt(spawnpoints[i].origin))...

Parameters

ParameterSummary
*positionThe position of the potential spawn point

* = mandatory