diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-07-22 17:10:58 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-07-22 17:40:48 +0300 |
commit | 4cc98d7add7b697ac302a6136bbeb95ef78cec45 (patch) | |
tree | efcdd9352f25c99557a1acd5177b6d586ecba881 /src/client.h | |
parent | 506203345ba2795aa0af68a434f4b77cf50e664a (diff) | |
download | minetest-4cc98d7add7b697ac302a6136bbeb95ef78cec45.tar.gz minetest-4cc98d7add7b697ac302a6136bbeb95ef78cec45.tar.bz2 minetest-4cc98d7add7b697ac302a6136bbeb95ef78cec45.zip |
minetest.register_on_player_receive_fields()
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 18a0009a8..f751220f7 100644 --- a/src/client.h +++ b/src/client.h @@ -212,6 +212,8 @@ public: void sendNodemetaFields(v3s16 p, const std::string &formname, const std::map<std::string, std::string> &fields); + void sendInventoryFields(const std::string &formname, + const std::map<std::string, std::string> &fields); void sendInventoryAction(InventoryAction *a); void sendChatMessage(const std::wstring &message); void sendChangePassword(const std::wstring oldpassword, |