AddBlipForRadius
The primary functions for creating easy blips.
Function
local Blips = WXSCore.Blips
Blips:AddBlipForRadius(name, coords, sprite, color, scale, alpha, shortRange)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the blip. |
coords | vector3 | The coordinates of the blip. |
sprite | integer | The sprite of the blip. |
color | integer | The color of the blip. |
scale | float | The scale of the blip. |
alpha | integer | The alpha of the blip. |
shortRange | boolean | Whether or not the blip should be short range. |
Returns
Name | Type | Description |
---|---|---|
blip | integer | An ID generated for the blip. |