1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

[CSM] Add functions to create particles and particlespawners. (#6072)

This commit is contained in:
red-001 2018-01-20 22:31:53 +00:00 committed by Loïc Blot
parent da80e8af8a
commit 5dab742645
10 changed files with 341 additions and 13 deletions

View file

@ -294,6 +294,7 @@ src/script/lua_api/l_object.cpp
src/script/lua_api/l_object.h
src/script/lua_api/l_particles.cpp
src/script/lua_api/l_particles.h
src/script/lua_api/l_particles_local.cpp
src/script/lua_api/l_rollback.cpp
src/script/lua_api/l_rollback.h
src/script/lua_api/l_server.cpp