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

SetBlipSprite

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

Sets the sprite (icon type) of a blip.

Syntax

void NAPI.Blip.SetBlipSprite(NetHandle blip, int/uint sprite);

Required Arguments

  • blip: Parameter input should be in Blip type
  • sprite: The blip sprite ID to use. This parameter input should be in int or uint type.

Example