Browse Source

Added a reference to GUI particlefx controlling in ParticleFX manual (en+pl) (#523)

Pawel 7 months ago
parent
commit
ea8e05a48b
2 changed files with 4 additions and 0 deletions
  1. 2 0
      docs/en/manuals/particlefx.md
  2. 2 0
      docs/pl/manuals/particlefx.md

+ 2 - 0
docs/en/manuals/particlefx.md

@@ -226,6 +226,8 @@ particlefx.play("#particles")
 particlefx.stop("#particles")
 particlefx.stop("#particles")
 ```
 ```
 
 
+To start and stop a particle effect from a GUI script see the [GUI Particle FX manual](/manuals/gui-particlefx#controlling-the-effect) for more information.
+
 ::: sidenote
 ::: sidenote
 A particle effect will continue to emit particles even if the game object the particle effect component belonged to is deleted.
 A particle effect will continue to emit particles even if the game object the particle effect component belonged to is deleted.
 :::
 :::

+ 2 - 0
docs/pl/manuals/particlefx.md

@@ -226,6 +226,8 @@ particlefx.play("#particles")
 particlefx.stop("#particles")
 particlefx.stop("#particles")
 ```
 ```
 
 
+Aby uruchomić i zatrzymać efekt cząsteczkowy z poziomu skryptu GUI zobacz: [instrukcję dla GUI Particle FX](/manuals/gui-particlefx#controlling-the-effect).
+
 ::: sidenote
 ::: sidenote
 Efekt cząsteczkowy będzie nadal emitować cząsteczki nawet wtedy, gdy obiekt gry, do którego należy komponent efektu cząsteczkowego, zostanie usunięty.
 Efekt cząsteczkowy będzie nadal emitować cząsteczki nawet wtedy, gdy obiekt gry, do którego należy komponent efektu cząsteczkowego, zostanie usunięty.
 :::
 :::