Add explanations of textures & player api usage, non-function sounds, and some minor touch-up of docs (#55)

This commit is contained in:
Medley
2025-10-23 00:34:20 +02:00
committed by GitHub
parent c024d0b6c8
commit 5a778586c9
6 changed files with 72 additions and 19 deletions

View File

@@ -1,13 +1,16 @@
# Functions API
## `can_interact_with_node(player, pos)`
returns `bool`
checks for the ability to interact with a node via:
* if a player
* owner metadata key
* protection_bypass
* `protection_bypass`
supports
* minetest game default if present
* else polyfill
* else polyfill