BlipExtras
@vimp-mp/types 2.0.1Initial state applied when creating a server blip.
ts
interface BlipExtrasMembers
alpha
ts
alpha?: numberInitial alpha, clamped by runtime to 0-255. Default: 255.
dimension
ts
dimension?: numberInitial virtual world (dimension). Default: 0.
drawDistance
ts
drawDistance?: numberInitial server-side stored draw distance. Default: 0.
global
ts
global?: booleanStream to every player in the same dimension regardless of distance. Default: false.
name
ts
name?: stringInitial blip name. Default: empty string.
rotation
ts
rotation?: numberInitial blip rotation. Default: 0.
shortRange
ts
shortRange?: booleanWhether the blip should be short-range. Default: false.