Game logic - Particle effect – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "=Description= Particle effect playing infinitely in a loop. =Settings= *Enabled - Enabling the Particle Effect causes it to repeat infinitely. *Particle - Particle effect *Sc...")
 
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|19}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|13}}}}")
 
(15 intermediate revisions by 3 users not shown)
Line 2: Line 2:
Particle effect playing infinitely in a loop.
Particle effect playing infinitely in a loop.


=Settings=
= Properties =
*Enabled - Enabling the Particle Effect causes it to repeat infinitely.
=== Enabled ===
*Particle - Particle effect
*Enabling/Disabling the Particle Effect will play or stop the particle playback.
*Scale - Size of the particle
=== Particle ===
*Select particle effect to play.
=== Scale ===
*Size of the particle.
=== Custom color ===
*Select any color from the color palette.


=Events=
= Related instructions =
*There are no specific event for the Particle Effect.
*[[Ylands:Tile - Game logic enabled|Get / Set Enabled]]


=Particle Effect in Use=
*They can be enabled and disabled by other scripts. This allows them to be used with other game logic to be played or stopped when needed.


----
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|13}}}}


{{Game logic list}}
[[Category: Game Logic]]
[[Category: Ylands 0.10]]

Latest revision as of 15:21, 24 November 2023

Description

Particle effect playing infinitely in a loop.

Properties

Enabled

  • Enabling/Disabling the Particle Effect will play or stop the particle playback.

Particle

  • Select particle effect to play.

Scale

  • Size of the particle.

Custom color

  • Select any color from the color palette.

Related instructions