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

Graphics::setParticleFxLoopedColour

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

only works on some fx's

p4 = 0

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.setParticleFxLoopedColour(ptfxHandle, r, g, b, p4);</syntaxhighlight>

Required Arguments

  • ptfxHandle: int
  • r: float
  • g: float
  • b: float
  • p4: Boolean

Return value

  • Undefined

Example

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

See also