mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
minetest.get_node_group(name, group)
This commit is contained in:
@@ -615,6 +615,8 @@ Random:
|
||||
minetest.get_connected_players() -> list of ObjectRefs
|
||||
minetest.hash_node_position({x=,y=,z=}) -> 48-bit integer
|
||||
^ Gives a unique hash number for a node position (16+16+16=48bit)
|
||||
minetest.get_node_group(name, group) -> rating
|
||||
^ Get rating of a group of a node. (0 = not in group)
|
||||
|
||||
Global objects:
|
||||
minetest.env - environment reference
|
||||
|
Reference in New Issue
Block a user