mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Document nil player as being allowed for can_dig
This commit is contained in:
parent
393722a9e3
commit
e680d49774
1 changed files with 1 additions and 1 deletions
|
@ -3023,7 +3023,7 @@ Definition tables
|
|||
^ Called after destructing node when node was dug using
|
||||
minetest.node_dig / minetest.dig_node
|
||||
^ default: nil ]]
|
||||
can_dig = function(pos,player) --[[
|
||||
can_dig = function(pos, [player]) --[[
|
||||
^ returns true if node can be dug, or false if not
|
||||
^ default: nil ]]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue