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

Graphics::setParticleFxLoopedEvolution

Материал из RAGE MP Wiki Archive

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