From 4e19791cde6b203ad853905d8c1481c43004a7ea Mon Sep 17 00:00:00 2001 From: Vincent Glize Date: Mon, 2 Oct 2017 22:09:49 +0200 Subject: [CSM] Add callback on open inventory (#5793) --- src/script/cpp_api/s_client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script/cpp_api/s_client.h') diff --git a/src/script/cpp_api/s_client.h b/src/script/cpp_api/s_client.h index 074a68e39..717fbb4cc 100644 --- a/src/script/cpp_api/s_client.h +++ b/src/script/cpp_api/s_client.h @@ -57,5 +57,7 @@ public: bool on_placenode(const PointedThing &pointed, const ItemDefinition &item); bool on_item_use(const ItemStack &item, const PointedThing &pointed); + bool on_inventory_open(Inventory *inventory); + void setEnv(ClientEnvironment *env); }; -- cgit v1.2.3