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

Graphics::setParticleFxLoopedEvolution

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

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.setParticleFxLoopedEvolution(ptfxHandle, propertyName, amount, Id);</syntaxhighlight>

Required Arguments

  • ptfxHandle: int
  • propertyName: String
  • amount: float
  • Id: Boolean

Return value

  • Undefined

Example

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

See also