Entity::alpha

From RAGE Multiplayer Wiki
Revision as of 13:45, 17 April 2017 by CocaColaBear (talk | contribs) (Created page with "This property using for setting or getting entity alpha. == Example == <syntaxhighlight lang="javascript"> let alpha = player.alpha; player.alpha = 0; // make the player trans...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This property using for setting or getting entity alpha.

Example

let alpha = player.alpha;
player.alpha = 0; // make the player transparent

See Also