1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Fix doc and forceloading crash.

This commit is contained in:
Novatux 2014-01-12 13:53:10 +01:00
parent a3586cd18d
commit 676f34a02b
2 changed files with 3 additions and 1 deletions

View file

@ -1517,6 +1517,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_position_from_hash(hash) -> postion
^ Inverse transform of minetest.hash_node_postion
minetest.get_item_group(name, group) -> rating
^ Get rating of a group of an item. (0 = not in group)
minetest.get_node_group(name, group) -> rating