Black Ops III

PlayerPositionValid

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

Example:

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

Parameters

ParameterSummary
*positionThe position of the potential spawn point

* = mandatory