Skip to content

ObjectCreateOptions

@vimp-mp/types 2.0.1

Interface · Server API

Initial state applied when creating a server object.

ts
interface ObjectCreateOptions

Members

alpha

ts
alpha?: number

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

dimension

ts
dimension?: number

Initial virtual world (dimension). Default: 0.

placeOnGround

ts
placeOnGround?: boolean

Place streamed native object on ground on the client. Default: true.

VIMP developer documentation