Player::alpha: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
Line 5: Line 5:
player.alpha = 0; // make the player transparent
player.alpha = 0; // make the player transparent
</syntaxhighlight>
</syntaxhighlight>
==See Also==
{{Player_block}}

Latest revision as of 13:43, 17 April 2017

This property using for setting or getting player alpha.

Example

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

See Also