1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00: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: