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

Graphics::startParticleFxLoopedOnEntity

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

list: pastebin.com/N9unUFWY

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.startParticleFxLoopedOnEntity(effectName, entity, xOffset, yOffset, zOffset, xRot, yRot, zRot, scale, xAxis, yAxis, zAxis);</syntaxhighlight>

Required Arguments

  • effectName: String
  • entity: Entity handle or object
  • xOffset: float
  • yOffset: float
  • zOffset: float
  • xRot: float
  • yRot: float
  • zRot: float
  • scale: float
  • xAxis: Boolean
  • yAxis: Boolean
  • zAxis: Boolean

Return value

  • int

Example

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

See also