Graphics::setParticleFxLoopedOffsets

From RAGE Multiplayer Wiki

Syntax

mp.game.graphics.setParticleFxLoopedOffsets(ptfxHandle, x, y, z, rotX, rotY, rotZ);

Required Arguments

  • ptfxHandle: int
  • x: float
  • y: float
  • z: float
  • rotX: float
  • rotY: float
  • rotZ: float

Return value

  • Undefined

Example

// todo

See also