Skip to main content

Graphics::setParticleFxLoopedEvolution

Syntax​

```js mp.game.graphics.setParticleFxLoopedEvolution(ptfxHandle, propertyName, amount, Id); ```

Required Arguments​

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

Return value​

  • Undefined

Example​

```js // todo ```

See also​