diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-05-11 19:15:23 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-05-11 19:15:23 +0200 |
commit | b7abc8df281390b1fb5def31866086029209aa67 (patch) | |
tree | 648a3e1b4922c1912f1503043e613f34a0a32e38 /src/script/cpp_api/s_client.h | |
parent | 4f613bbf5118ebe8c3610514e7f4206e930783bf (diff) | |
download | dragonfireclient-b7abc8df281390b1fb5def31866086029209aa67.tar.xz |
Add on_object_add callback2021.05
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 a2babfac8..12d96d81e 100644 --- a/src/script/cpp_api/s_client.h +++ b/src/script/cpp_api/s_client.h @@ -65,6 +65,7 @@ public: bool on_spawn_particle(struct ParticleParameters param); void on_object_properties_change(s16 id); void on_object_hp_change(s16 id); + void on_object_add(s16 id); bool on_inventory_open(Inventory *inventory); void open_enderchest(); |