diff options
author | cora <coradelamouche@gmx.ch> | 2023-09-03 01:12:42 +0200 |
---|---|---|
committer | cora <coradelamouche@gmx.ch> | 2023-09-03 01:12:42 +0200 |
commit | e2d01755b923048350359b20e31bcab2d9ddada0 (patch) | |
tree | 9554f734280111fc8bbe6675cd2a629252ae67df /src/script/cpp_api/s_client.h | |
parent | 6df1590803bf89eca455238aae006a74c98b8ce2 (diff) | |
download | dragonfireclient-e2d01755b923048350359b20e31bcab2d9ddada0.tar.xz |
Add on_receive_particlespawner lua CSM callback
Diffstat (limited to 'src/script/cpp_api/s_client.h')
-rw-r--r-- | src/script/cpp_api/s_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/cpp_api/s_client.h b/src/script/cpp_api/s_client.h index 6d1a05943..c32a83105 100644 --- a/src/script/cpp_api/s_client.h +++ b/src/script/cpp_api/s_client.h @@ -63,6 +63,7 @@ public: bool new_move); bool on_play_sound(SimpleSoundSpec spec); bool on_spawn_particle(struct ParticleParameters param); + bool on_receive_particlespawner(struct ParticleSpawnerParameters param); void on_object_properties_change(s16 id); void on_object_hp_change(s16 id); bool on_object_add(s16 id); |