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

SetBlipScale

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

Method allows the increase/decrease the size of a blip.

Syntax

void NAPI.Blip.SetBlipScale(Blip blip, float scale);

Required Arguments

  • blip: parameter input should be in Blip type.
  • scale: parameter input should be in float type.

Example