summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2013-06-29 16:24:32 -0400
committerkwolekr <kwolekr@minetest.net>2013-06-29 16:24:32 -0400
commit21a4adcd27de83a814f2ff296d867b9876dc35c1 (patch)
tree29e0e81d53273aa752d777d3df8eb1a09ebc013d /doc
parent0003fc8215a9741af850e6dc631ed3849c576125 (diff)
downloadminetest-21a4adcd27de83a814f2ff296d867b9876dc35c1.tar.gz
minetest-21a4adcd27de83a814f2ff296d867b9876dc35c1.tar.bz2
minetest-21a4adcd27de83a814f2ff296d867b9876dc35c1.zip
Update documentation for get_mapgen_object
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index c39098a7a..27a35b4f9 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -1592,8 +1592,8 @@ get_mapgen_object() was called outside of an on_generate() callback, nil is retu
The following Mapgen objects are currently available:
- voxelmanip
- This returns four values; the VoxelManip object to be used, the voxel data, minimum emerge position,
-and maximum emerged position. All mapgens support this object.
+ This returns three values; the VoxelManip object to be used, minimum and maximum emerged position, in that
+order. All mapgens support this object.
- heightmap
Returns an array containing the y coordinates of the ground levels of nodes in the most recently