minetest.spawn_tree

From Minetest Developer Wiki
Revision as of 22:43, 8 August 2013 by Kahrl (talk | contribs) (Created page with "{{DISPLAYTITLE:minetest.spawn_tree}} == Syntax == <source>minetest.spawn_tree(pos, tree)</source> == Description == * <code>pos</code> — position * <code>tree</code> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.