aboutsummaryrefslogtreecommitdiff
path: root/servers/visual/visual_server_wrap_mt.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-06-25 08:01:15 -0300
committerJuan Linietsky2017-06-25 08:01:50 -0300
commit83ae9a5e2859a1dc2393aebeb9f9efdf12c53e73 (patch)
tree34a97197db8ae976f4ee4d8ac6ca2c44df65a218 /servers/visual/visual_server_wrap_mt.h
parent87fd71244be7b185f0525c6b33850f7075b1425a (diff)
downloadgodot-83ae9a5e2859a1dc2393aebeb9f9efdf12c53e73.tar.gz
godot-83ae9a5e2859a1dc2393aebeb9f9efdf12c53e73.tar.zst
godot-83ae9a5e2859a1dc2393aebeb9f9efdf12c53e73.zip
Ability to restart particle system with a function call
Diffstat (limited to '')
-rw-r--r--servers/visual/visual_server_wrap_mt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/servers/visual/visual_server_wrap_mt.h b/servers/visual/visual_server_wrap_mt.h
index 79a780547..9f49377fa 100644
--- a/servers/visual/visual_server_wrap_mt.h
+++ b/servers/visual/visual_server_wrap_mt.h
@@ -306,6 +306,7 @@ public:
FUNC2(particles_set_emitting, RID, bool)
FUNC2(particles_set_amount, RID, int)
FUNC2(particles_set_lifetime, RID, float)
+ FUNC2(particles_set_one_shot, RID, bool)
FUNC2(particles_set_pre_process_time, RID, float)
FUNC2(particles_set_explosiveness_ratio, RID, float)
FUNC2(particles_set_randomness_ratio, RID, float)
@@ -315,6 +316,7 @@ public:
FUNC2(particles_set_process_material, RID, RID)
FUNC2(particles_set_fixed_fps, RID, int)
FUNC2(particles_set_fractional_delta, RID, bool)
+ FUNC1(particles_restart, RID)
FUNC2(particles_set_draw_order, RID, VS::ParticlesDrawOrder)