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

SetBlipTransparency

Материал из RAGE MP Wiki Archive
Версия от 12:45, 27 ноября 2019; imported>Xabi (Xabi moved page NAPI.Blip.SetBlipTransparency to SetBlipTransparency)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Sets the transparency (alpha) of a blip.

Syntax

void NAPI.Blip.SetBlipTransparency(Blip blip, int alpha);

Required Arguments

  • blip: The blip to get the name from. Parameter input should be in Blip type
  • alpha: The alpha amount to use. Setting 0 will make the blip invisible. 255 is the maximum which makes the blip fully visible. This parameter input should be in int type

Example