fivem-ts

a library to speed up the development of Fivem scripts and frameworks


Project maintained by Purpose-Dev Hosted on GitHub Pages — Theme by mattgraham

fivem-ts - Documentation v0.7.5Docs


fivem-ts - Documentation v0.7.5 / Client / BlipData

Type Alias: BlipData

BlipData: object

BlipData

Represents the data structure for a blip, including properties related to its appearance, position, and behavior.

Type declaration

blip

blip: Blip

color

color: BlipColors

coords

coords: Vector3

display

display: BlipDisplay

height

height: number

id

id: number

name

name: string

radius

radius: number

scale

scale: BlipScale

shortRange

shortRange: boolean

sprite

sprite: BlipSprites

type

type: "AREA" | "COORDS" | "RADIUS"

width

width: number

Defined in

client/Blip.ts:23