Tile - YParticle - Add Placed Particle – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Add Placed Particle(Entity, Particle template, Id...")
 
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(One intermediate revision by one other user not shown)
Line 18: Line 18:


==== rotation ====
==== rotation ====
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]


=== Description ===
=== Description ===
Line 39: Line 43:


==== id ====
==== id ====
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]


=== Description ===
=== Description ===
Line 60: Line 68:


==== id ====
==== id ====
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]


=== Description ===
=== Description ===
Line 72: Line 84:
----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]

Latest revision as of 15:27, 24 November 2023

Add Placed Particle(Entity, Particle template, Id, Offset, Rotation)

YlandsTile-800.png

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

Parameters

entity

template

id

offset

rotation

Availability

Server

Description

Add* a placed particle effect from a template to the target entity at the given offset position and a rotation.

Notes

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

Add Placed Particle(Entity, Particle template, Id)

YlandsTile-802.png

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

Parameters

entity

template

id

Availability

Server

Description

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

Notes

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

Add Placed Particle(Entity, Particle template, Id)

YlandsTile-801.png

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

Parameters

entity

template

id

Availability

Server

Description

Add* a placed particle effect from a template to the target entity. Volume of the effect scales automatically.

Notes

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