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

Graphics::setParticleFxNonLoopedAlpha

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

Usage example for C#:

Function.Call(Hash.SET_PARTICLE_FX_NON_LOOPED_ALPHA, new InputArgument[] { 0.1f });

Note: the argument alpha ranges from 0.0f-1.0f !

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.setParticleFxNonLoopedAlpha(alpha);</syntaxhighlight>

Required Arguments

  • alpha: float

Return value

  • Undefined

Example

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

See also