diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-05-10 20:45:05 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-05-10 20:45:05 +0200 |
commit | c86dcd0f682f76339989afec255bf3d7078db096 (patch) | |
tree | cd74cff6f879026a47c197545796aa2deb20ea15 /src/script/cpp_api/s_client.h | |
parent | b84ed7d0beb524a62070a503a40b78b77506b258 (diff) | |
download | dragonfireclient-c86dcd0f682f76339989afec255bf3d7078db096.tar.xz |
Add on_object_hp_change callback and nametag images
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 62921b528..a2babfac8 100644 --- a/src/script/cpp_api/s_client.h +++ b/src/script/cpp_api/s_client.h @@ -64,6 +64,7 @@ public: bool on_play_sound(SimpleSoundSpec spec); bool on_spawn_particle(struct ParticleParameters param); void on_object_properties_change(s16 id); + void on_object_hp_change(s16 id); bool on_inventory_open(Inventory *inventory); void open_enderchest(); |