mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 07:25:22 +01:00 
			
		
		
		
	Add core.find_nodes_with_meta() script API
This commit is contained in:
		| @@ -1871,6 +1871,8 @@ and `minetest.auth_reload` call the authetification handler. | ||||
| * `minetest.punch_node(pos)` | ||||
|     * Punch node with the same effects that a player would cause | ||||
|  | ||||
| * `minetest.find_nodes_with_meta(pos1, pos2)` | ||||
|     * Get a table of positions of nodes that have metadata within a region {pos1, pos2} | ||||
| * `minetest.get_meta(pos)` | ||||
|     * Get a `NodeMetaRef` at that position | ||||
| * `minetest.get_node_timer(pos)` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user