AthenaClient.streamers.blip ​
Functions ​
append ​
Usage
AthenaClient.streamers.blip.append(blipData
): alt.PointBlip
Adds a blip manually to the blip controller.
Parameters ​
Name | Type |
---|---|
blipData | Blip |
Returns ​
alt.PointBlip
Defined in ​
remove ​
Usage
AthenaClient.streamers.blip.remove(uid
): void
Remove a blip from the list of added blips.
Parameters ​
Name | Type | Description |
---|---|---|
uid | string | A unique string - The unique identifier of the blip. |
Returns ​
void
The blip object.