Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna-minetest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
illuna-minetest
Commits
21a4adcd
Commit
21a4adcd
authored
11 years ago
by
kwolekr
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation for get_mapgen_object
parent
0003fc82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/lua_api.txt
+2
-2
2 additions, 2 deletions
doc/lua_api.txt
with
2 additions
and
2 deletions
doc/lua_api.txt
+
2
−
2
View file @
21a4adcd
...
...
@@ -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, min
imum emerge position,
and maximum emerged position
. All mapgens support this object.
This returns
three
values; the VoxelManip object to be used,
minimum and max
imum emerge
d
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment