Skip to main content

Entity::setCanBeTargetedWithoutLos

Sets 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​