aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/default/textures/default_papyrus.png
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2016-10-06 07:48:49 +0200
committerNer'zhul <nerzhul@users.noreply.github.com>2016-10-06 08:05:55 +0200
commit009a9f1c6e8115abbcdf2ccbcf10c240417b07da (patch)
treeecdddfd7c45c8bf971d8fa0311e9c38bf875f9fb /games/minimal/mods/default/textures/default_papyrus.png
parentde83c29ba0a517630b361ffdbebd1a1f0b5eed4e (diff)
downloadminetest-009a9f1c6e8115abbcdf2ccbcf10c240417b07da.tar.gz
minetest-009a9f1c6e8115abbcdf2ccbcf10c240417b07da.tar.bz2
minetest-009a9f1c6e8115abbcdf2ccbcf10c240417b07da.zip
Fix macosx build by disabling postgresql upgrade
Diffstat (limited to 'games/minimal/mods/default/textures/default_papyrus.png')
0 files changed, 0 insertions, 0 deletions
span>ScriptApiNodemeta(); // Return number of accepted items to be moved int nodemeta_inventory_AllowMove(v3s16 p, const std::string &from_list, int from_index, const std::string &to_list, int to_index, int count, ServerActiveObject *player); // Return number of accepted items to be put int nodemeta_inventory_AllowPut(v3s16 p, const std::string &listname, int index, ItemStack &stack, ServerActiveObject *player); // Return number of accepted items to be taken int nodemeta_inventory_AllowTake(v3s16 p, const std::string &listname, int index, ItemStack &stack, ServerActiveObject *player); // Report moved items void nodemeta_inventory_OnMove(v3s16 p, const std::string &from_list, int from_index, const std::string &to_list, int to_index, int count, ServerActiveObject *player); // Report put items void nodemeta_inventory_OnPut(v3s16 p, const std::string &listname, int index, ItemStack &stack, ServerActiveObject *player); // Report taken items void nodemeta_inventory_OnTake(v3s16 p, const std::string &listname, int index, ItemStack &stack, ServerActiveObject *player); private: }; #endif /* S_NODEMETA_H_ */