Skip to content

BlipExtras

@vimp-mp/types 2.0.1

Interface · Server API

Initial state applied when creating a server blip.

ts
interface BlipExtras

Members

alpha

ts
alpha?: number

Initial alpha, clamped by runtime to 0-255. Default: 255.

dimension

ts
dimension?: number

Initial virtual world (dimension). Default: 0.

drawDistance

ts
drawDistance?: number

Initial server-side stored draw distance. Default: 0.

global

ts
global?: boolean

Stream to every player in the same dimension regardless of distance. Default: false.

name

ts
name?: string

Initial blip name. Default: empty string.

rotation

ts
rotation?: number

Initial blip rotation. Default: 0.

shortRange

ts
shortRange?: boolean

Whether the blip should be short-range. Default: false.

VIMP developer documentation