Tile - YParticle - Is Particle Enabled – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "Image:Ylands_Tile_-_Play_particle.png *Allows to '''play''' '''particle effect''' at given position. *Particle effect will '''pla...")
 
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Image:Ylands_Tile_-_Play_particle.png]]
<!---
*Allows to '''play''' [[Ylands Tile - Particle effect literal|'''particle effect''']] at given position.
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
*Particle effect will '''play''' only '''once'''.
-->
== Is Particle Enabled(Entity, Id) ==
 
[[File:YlandsTile-798.png]]
 
<pre>static isEnabled(entity: YEntity, id: string): boolean;</pre>
=== Parameters ===
 
==== entity ====
 
==== id ====
 
=== Returns ===
 
'''boolean'''
 
=== Availability ===
 
[[Ylands:Tile Availability - Server|Server]]
 
=== Description ===
 
Returns whether the target '''entity''' has the selected '''particle effect''' active. Select the '''string ID''' for the target '''particle effect'''.
 
=== Notes ===
 
* Only works on '''entities''' with previously '''placed'''/'''worn''' '''particle effects'''.




----
----
{{Ylands scripting 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

Is Particle Enabled(Entity, Id)

YlandsTile-798.png

static isEnabled(entity: YEntity, id: string): boolean;

Parameters

entity

id

Returns

boolean

Availability

Server

Description

Returns whether the target entity has the selected particle effect active. Select the string ID for the target particle effect.

Notes

  • Only works on entities with previously placed/worn particle effects.