Tile - YParticle - Add Worn Particle – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Add Worn Particle(Entity, Particle template, Id, Bone, Offset, Rotation) ==
[[File:YlandsTile-885.png]]
<pre>static addWornAbsolutePosition(entity: YEntity, template: YParticleEffectTemplate, id: string, bone: YAnimationBone, offset: YVector3, rotation: YVector3): void;</pre>
=== Parameters ===
==== entity ====
==== template ====
==== id ====
==== bone ====
==== offset ====
==== rotation ====
=== Availability ===
[[Ylands:Tile Availability - Server|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) ==
[[File:YlandsTile-887.png]]
<pre>static addWornLineAutoscale(entity: YEntity, template: YParticleEffectTemplate, id: string): void;</pre>
=== Parameters ===
==== entity ====
==== template ====
==== id ====
=== Availability ===
[[Ylands:Tile Availability - Server|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) ==
[[File:YlandsTile-886.png]]
<pre>static addWornVolumeAutoscale(entity: YEntity, template: YParticleEffectTemplate, id: string, bone: YAnimationBone): void;</pre>
=== Parameters ===
==== entity ====
==== template ====
==== id ====
==== bone ====
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]
=== Description ===
''Add''* a '''worn particle effect''' from a '''template''' to the target '''entity's animation bone'''. '''Volume''' of the effect scales automatically.




----
----
{{Ylands editor navbox}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 1.2]]

Latest revision as of 15:27, 24 November 2023

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.