MarkerExtras
@vimp-mp/types 2.0.1Initial state applied when creating a server marker.
ts
interface MarkerExtrasMembers
color
ts
color?: MarkerColorInitial marker color. Default: opaque white.
dimension
ts
dimension?: numberInitial virtual world (dimension). Default: 0.
rotation
ts
rotation?: Vec3Initial marker rotation in degrees. Default: { x: 0, y: 0, z: 0 }.
visible
ts
visible?: booleanWhether streamed clients should draw the marker. Default: true.