1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-23 04:45:24 +02: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