Graphics::setParticleFxNonLoopedAlpha

From RAGE Multiplayer Wiki
Revision as of 21:13, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

mp.game.graphics.setParticleFxNonLoopedAlpha(alpha);

Required Arguments

  • alpha: float

Return value

  • Undefined

Example

// todo

See also