aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_client.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-05-10 16:51:54 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-05-10 16:51:54 +0200
commit26cfbda653db1b843dbe2e78b0bb642f17cd5d8d (patch)
treefe577262e1a2cd45608e480c275f60e84cad146e /src/script/cpp_api/s_client.h
parent6dc7a65d9e23a8bd20f729e041e84615b2313deb (diff)
downloaddragonfireclient-26cfbda653db1b843dbe2e78b0bb642f17cd5d8d.tar.xz
Add on_object_properties_change callback
Diffstat (limited to 'src/script/cpp_api/s_client.h')
-rw-r--r--src/script/cpp_api/s_client.h1
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 9f68a14fc..62921b528 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);
+ void on_object_properties_change(s16 id);
bool on_inventory_open(Inventory *inventory);
void open_enderchest();