Tile - YParticle - Add Worn Particle – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search

Add Worn Particle(Entity, Particle template, Id, Bone, Offset, Rotation)

YlandsTile-885.png

static addWornAbsolutePosition(entity: YEntity, template: YParticleEffectTemplate, id: string, bone: YAnimationBone, offset: YVector3, rotation: YVector3): void;

Parameters

entity

template

id

bone

offset

rotation

Availability

Server

Description

Add* a worn particle effect from a template to the target entity's animation bone at the given offset position and a rotation.

Notes

  • Set the string ID for the reference by other tiles.

Add Worn Particle(Entity, Particle template, Id)

YlandsTile-887.png

static addWornLineAutoscale(entity: YEntity, template: YParticleEffectTemplate, id: string): void;

Parameters

entity

template

id

Availability

Server

Description

Add* a worn particle effect from a template to the target entity. Line of the effect scales automatically.

Add Worn Particle(Entity, Particle template, Id, Bone)

YlandsTile-886.png

static addWornVolumeAutoscale(entity: YEntity, template: YParticleEffectTemplate, id: string, bone: YAnimationBone): void;

Parameters

entity

template

id

bone

Availability

Server

Description

Add* a worn particle effect from a template to the target entity's animation bone. Volume of the effect scales automatically.