mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Fix segfaults caused by the Environment not being initialized yet
This commit is contained in:
parent
6b39bc6865
commit
a953ff4dfc
2 changed files with 21 additions and 1 deletions
|
@ -2192,7 +2192,7 @@ These functions return the leftover itemstack.
|
|||
|
||||
* `minetest.add_particlespawner(particlespawner definition)`
|
||||
* Add a `ParticleSpawner`, an object that spawns an amount of particles over `time` seconds
|
||||
* Returns an `id`
|
||||
* Returns an `id`, and -1 if adding didn't succeed
|
||||
* `Deprecated: minetest.add_particlespawner(amount, time,
|
||||
minpos, maxpos,
|
||||
minvel, maxvel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue