1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

EnvRef:find_nodes_in_area(minp, maxp, nodenames)

This commit is contained in:
Perttu Ahola
2012-04-08 14:37:12 +03:00
parent b58ee690a3
commit e29a5b11e4
2 changed files with 52 additions and 0 deletions

View File

@@ -668,6 +668,8 @@ methods:
- get_timeofday()
- find_node_near(pos, radius, nodenames) -> pos or nil
^ nodenames: eg. {"ignore", "group:tree"} or "default:dirt"
- find_nodes_in_area(minp, maxp, nodenames) -> list of positions
^ nodenames: eg. {"ignore", "group:tree"} or "default:dirt"
- get_perlin(seeddiff, octaves, persistence, scale)
^ Return world-specific perlin noise (int(worldseed)+seeddiff)
Deprecated: