diff options
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 9c70037a5..3072b1f57 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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 |