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

Fire::isExplosionInSphere

Материал из RAGE MP Wiki Archive
Версия от 21:06, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Syntax

<syntaxhighlight lang="javascript">mp.game.fire.isExplosionInSphere(explosionType, x, y, z, radius);</syntaxhighlight>

Required Arguments

  • explosionType: int
  • x: float
  • y: float
  • z: float
  • radius: float

Return value

  • Boolean

Example

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

See also

Шаблон:Fire s function c