GTA V NativesentityEntity::setCanBeTargetedWithoutLosOn this pageEntity::setCanBeTargetedWithoutLosSets whether the entity can be targeted without being in line-of-sight. Syntax ```js entity.setCanBeTargetedWithoutLos(toggle); ``` Required Arguments toggle: Boolean Return value Undefined Example ```js // todo ``` See also