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

Graphics::startParticleFxLoopedOnEntityBone

Материал из RAGE MP Wiki Archive

Console Hash: 0x23BF0F9B

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.startParticleFxLoopedOnEntityBone(effectName, entity, xOffset, yOffset, zOffset, xRot, yRot, zRot, boneIndex, 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
  • boneIndex: int
  • scale: float
  • xAxis: Boolean
  • yAxis: Boolean
  • zAxis: Boolean

Return value

  • int

Example

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

See also