Skip to main content

Graphics::setParticleFxLoopedScale

Syntax

```js mp.game.graphics.setParticleFxLoopedScale(ptfxHandle, scale); ```

Required Arguments

  • ptfxHandle: int
  • scale: float

Return value

  • Undefined

Example

```js // todo ```

See also