Garry's Mod Wiki

navmesh.AddWalkableSeed

  navmesh.AddWalkableSeed( Vector pos, Vector dir )

Description

Add this position and normal to the list of walkable positions, used before map generation with navmesh.BeginGeneration

Arguments

1 Vector pos
The terrain position.
2 Vector dir
The normal of this terrain position.