mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix node callbacks unit test
This commit is contained in:
parent
9b97147637
commit
91ea47fddf
3 changed files with 22 additions and 13 deletions
|
@ -5966,6 +5966,7 @@ Environment access
|
|||
returns `{name="ignore", param1=0, param2=0}` for unloaded areas.
|
||||
* `minetest.get_node_or_nil(pos)`
|
||||
* Same as `get_node` but returns `nil` for unloaded areas.
|
||||
* Note that areas may still contain "ignore" despite being loaded.
|
||||
* `minetest.get_node_light(pos[, timeofday])`
|
||||
* Gets the light value at the given position. Note that the light value
|
||||
"inside" the node at the given position is returned, so you usually want
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue