Black Ops III

IsSpawnPointVisible

Returns true or false if a point is visible to the given team

Example:

if ( IsSpawnPointVisible( point_position, point_angles, "axis", player ) )

Parameters

ParameterSummary
*pointSpawnpoint origin that needs to be checked
*anglesSpawnpoint angles that needs to be checked
*teamTeam that we need to check against the point
*ignore playerThe player that we are spawning in

* = mandatory