From: kwolekr Date: Sat, 29 Jun 2013 20:24:32 +0000 (-0400) Subject: Update documentation for get_mapgen_object X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=21a4adcd27de83a814f2ff296d867b9876dc35c1;p=zefram%2Fminetest%2Fminetest_engine.git Update documentation for get_mapgen_object --- diff --git a/doc/lua_api.txt b/doc/lua_api.txt index c39098a7..27a35b4f 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