GetBlipTransparency: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Gets the transparency (alpha) of a blip. ==Syntax== <pre>int NAPI.Blip.GetBlipTransparency(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the tran...")
 
 

Latest revision as of 12:42, 27 November 2019

Gets the transparency (alpha) of a blip.

Syntax

int NAPI.Blip.GetBlipTransparency(Blip blip);

Required Arguments

  • blip: The blip to get the transparency from. Parameter input should be in Blip type

Example

C# Syntax

Example

int alpha = NAPI.Blip.GetBlipTransparency(myBlip);