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

SetBlipName

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

Sets the name of a blip. A blip's name is a title which can be viewed through the game map.

Syntax

void NAPI.Blip.SetBlipName(Blip blip, string name);

Required Arguments

  • blip: The blip to set the name. This parameter input should be in Blip type.
  • name: The name to use on that blip. This parameter input should be in string type.

Example