Skip to content

MarkerExtras

@vimp-mp/types 2.0.1

Interface · Server API

Initial state applied when creating a server marker.

ts
interface MarkerExtras

Members

color

ts
color?: MarkerColor

Initial marker color. Default: opaque white.

dimension

ts
dimension?: number

Initial virtual world (dimension). Default: 0.

rotation

ts
rotation?: Vec3

Initial marker rotation in degrees. Default: { x: 0, y: 0, z: 0 }.

visible

ts
visible?: boolean

Whether streamed clients should draw the marker. Default: true.

VIMP developer documentation