add 'normal' argument to on_use_on_block event

This commit is contained in:
MihailRis
2024-07-29 15:23:04 +03:00
parent 0f26d7c93a
commit d6696b54cb
6 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace scripting {
/// @brief Called on RMB click on block with the item selected
/// @return true if prevents default action
bool on_item_use_on_block(Player* player, const ItemDef* item, int x, int y, int z);
bool on_item_use_on_block(Player* player, const ItemDef* item, glm::ivec3 ipos, glm::ivec3 normal);
/// @brief Called on LMB click on block with the item selected
/// @return true if prevents default action