minetest.spawn_tree

From Minetest Developer Wiki
Revision as of 22:44, 8 August 2013 by Kahrl (talk | contribs)
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.

See treegen for a description of L-system trees.

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