BlipCreateOptions
@vimp-mp/types 2.0.1Interface · Client API
Initial state applied when creating a client-local map blip.
ts
interface BlipCreateOptionsMembers
alpha
ts
alpha?: numberOpacity in the 0–255 range. Defaults to 255.
color
ts
color?: numberGTA blip palette colour identifier.
dimension
ts
dimension?: numberLocal-only virtual dimension marker. Default: 0.
drawDistance
ts
drawDistance?: numberMetadata-only in the JS wrapper for local blips. Default: 0.
global
ts
global?: booleanMetadata-only for local blips. Remote blips mirror server global-streaming state. Default: false.
name
ts
name?: stringLabel shown for the blip in the map UI.
rotation
ts
rotation?: numberBlip heading in degrees.
scale
ts
scale?: numberBlip scale. Defaults to 1.
shortRange
ts
shortRange?: booleanWhether the blip is hidden outside the local minimap range.