Skip to content

Commit ea8e05a

Browse files
authored
Added a reference to GUI particlefx controlling in ParticleFX manual (en+pl) (#523)
1 parent 32c17cb commit ea8e05a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/en/manuals/particlefx.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ particlefx.play("#particles")
226226
particlefx.stop("#particles")
227227
```
228228

229+
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.
230+
229231
::: sidenote
230232
A particle effect will continue to emit particles even if the game object the particle effect component belonged to is deleted.
231233
:::

docs/pl/manuals/particlefx.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ particlefx.play("#particles")
226226
particlefx.stop("#particles")
227227
```
228228

229+
Aby uruchomić i zatrzymać efekt cząsteczkowy z poziomu skryptu GUI zobacz: [instrukcję dla GUI Particle FX](/manuals/gui-particlefx#controlling-the-effect).
230+
229231
::: sidenote
230232
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.
231233
:::

0 commit comments

Comments
 (0)