Tile - YParticle - Remove Particle – Ylands
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. --> == Remove Particle(Entity, Id, Immediately) == ...") |
No edit summary |
||
Line 14: | Line 14: | ||
==== immediately ==== | ==== immediately ==== | ||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | === Description === |
Revision as of 11:16, 12 November 2021
Remove Particle(Entity, Id, Immediately)
static remove(entity: YEntity, id: string, immediately: boolean): void;
Parameters
entity
id
immediately
Availability
Description
Removes a worn particle effect from the target entity. Select the string ID for the target particle effect.
Notes
- Only works on entities with previously placed/worn particle effects.