Difference between revisions of "minetest.spawn tree"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:minetest.spawn_tree}} == Syntax == <source>minetest.spawn_tree(pos, tree)</source> == Description == * <code>pos</code> — position * <code>tree</code> ...")
(No difference)

Revision as of 22:43, 8 August 2013

Syntax

minetest.spawn_tree(pos, tree)

Description

Spawns an L-system tree at position pos, using the tree definition tree.

Mbox information.png This article is missing examples.
Feel free to add them.