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

Graphics::removeDecalsInRange

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

Removes all decals in range from a position, it includes the bullet holes, blood pools, petrol...

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.removeDecalsInRange(x, y, z, range);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • range: float

Return value

  • Undefined

Example

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

See also