Перейти к содержанию

Entity::setCanBeTargetedWithoutLos

Материал из RAGE MP Wiki Archive
Версия от 18:08, 1 мая 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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

Syntax

<syntaxhighlight lang="javascript">entity.setCanBeTargetedWithoutLos(toggle);</syntaxhighlight>

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also