Entity::setCanBeTargetedWithoutLos

From RAGE Multiplayer Wiki

Sets whether the entity can be targeted without being in line-of-sight.

Syntax

entity.setCanBeTargetedWithoutLos(toggle);

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

// todo

See also