Skip to content

BlipCreateOptions

@vimp-mp/types 2.0.1

Interface · Client API

Initial state applied when creating a client-local map blip.

ts
interface BlipCreateOptions

Members

alpha

ts
alpha?: number

Opacity in the 0–255 range. Defaults to 255.

color

ts
color?: number

GTA blip palette colour identifier.

dimension

ts
dimension?: number

Local-only virtual dimension marker. Default: 0.

drawDistance

ts
drawDistance?: number

Metadata-only in the JS wrapper for local blips. Default: 0.

global

ts
global?: boolean

Metadata-only for local blips. Remote blips mirror server global-streaming state. Default: false.

name

ts
name?: string

Label shown for the blip in the map UI.

rotation

ts
rotation?: number

Blip heading in degrees.

scale

ts
scale?: number

Blip scale. Defaults to 1.

shortRange

ts
shortRange?: boolean

Whether the blip is hidden outside the local minimap range.

VIMP developer documentation