Garry's Mod Wiki

Entity:IsLineOfSightClear

  boolean Entity:IsLineOfSightClear( Vector target )

Description

Returns true if the target is in line of sight.

This will only work when called on CBaseCombatCharacter entities. This includes players, NPCs, grenades, RPG rockets, crossbow bolts, and physics cannisters.

Arguments

1 Vector target
The target to test. You can also supply an Entity instead of a Vector

Returns

1 boolean
Returns true if the line of sight is clear