mirror of
https://github.com/minetest/minetest.git
synced 2025-01-08 22:37:32 +01:00
Minor API reference fixes
This commit is contained in:
parent
b172e67295
commit
f06383f78c
@ -6586,7 +6586,7 @@ Environment access
|
|||||||
Difference between `"A*"` and `"A*_noprefetch"` is that
|
Difference between `"A*"` and `"A*_noprefetch"` is that
|
||||||
`"A*"` will pre-calculate the cost-data, the other will calculate it
|
`"A*"` will pre-calculate the cost-data, the other will calculate it
|
||||||
on-the-fly
|
on-the-fly
|
||||||
* `core.spawn_tree (pos, {treedef})`
|
* `core.spawn_tree(pos, treedef)`
|
||||||
* spawns L-system tree at given `pos` with definition in `treedef` table
|
* spawns L-system tree at given `pos` with definition in `treedef` table
|
||||||
* `core.spawn_tree_on_vmanip(vmanip, pos, treedef)`
|
* `core.spawn_tree_on_vmanip(vmanip, pos, treedef)`
|
||||||
* analogous to `core.spawn_tree`, but spawns a L-system tree onto the specified
|
* analogous to `core.spawn_tree`, but spawns a L-system tree onto the specified
|
||||||
|
Loading…
Reference in New Issue
Block a user