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

Graphics::setParticleFxLoopedOffsets

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

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.setParticleFxLoopedOffsets(ptfxHandle, x, y, z, rotX, rotY, rotZ);</syntaxhighlight>

Required Arguments

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

Return value

  • Undefined

Example

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

See also