diff options
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 2eec0b958..dda9f7bcd 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2188,7 +2188,7 @@ Node definition (register_node) ^ Node destructor; always called after removing node ^ default: nil - after_place_node = func(pos, placer, itemstack), + after_place_node = func(pos, placer, itemstack, pointed_thing), ^ Called after constructing node when node was placed using minetest.item_place_node / minetest.place_node ^ If return true no item is taken from itemstack |