Garry's Mod Wiki

CNavArea:GetRandomAdjacentAreaAtSide

  CNavArea CNavArea:GetRandomAdjacentAreaAtSide( number navDir )

Description

Returns a random CNavArea that has an outgoing ( one or two way ) connection from this CNavArea in given direction.

Arguments

1 number navDir
The direction, in which to look for CNavAreas, see NavDir enum.

Returns

1 CNavArea
The random CNavArea that has an outgoing ( one or two way ) connection from this CNavArea in given direction, if any.