]> git.lizzy.rs Git - minetest.git/commitdiff
Update documentation for get_mapgen_object
authorkwolekr <kwolekr@minetest.net>
Sat, 29 Jun 2013 20:24:32 +0000 (16:24 -0400)
committerkwolekr <kwolekr@minetest.net>
Sat, 29 Jun 2013 20:24:32 +0000 (16:24 -0400)
doc/lua_api.txt

index c39098a7a2d378f3f3e260ea5f8ef2d86065d469..27a35b4f962d646fa8c907e30826163100ef802d 100644 (file)
@@ -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