Skip to content

Commit

Permalink
Added a reference to GUI particlefx controlling in ParticleFX manual …
Browse files Browse the repository at this point in the history
…(en+pl) (#523)
  • Loading branch information
paweljarosz authored Feb 10, 2025
1 parent 32c17cb commit ea8e05a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/manuals/particlefx.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ particlefx.play("#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
A particle effect will continue to emit particles even if the game object the particle effect component belonged to is deleted.
:::
Expand Down
2 changes: 2 additions & 0 deletions docs/pl/manuals/particlefx.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ particlefx.play("#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
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.
:::
Expand Down

0 comments on commit ea8e05a

Please sign in to comment.