use spaces in lua_api

This commit is contained in:
RealBadAngel 2013-01-06 17:59:23 +01:00
parent 4fd22748a6
commit 91d553e270
1 changed files with 50 additions and 50 deletions

View File

@ -1082,11 +1082,11 @@ treedef={
trunk, - string trunk node name trunk, - string trunk node name
leaves, - string leaves node name leaves, - string leaves node name
leaves2, - string secondary leaves node name leaves2, - string secondary leaves node name
leaves2_chance, - num chance (0-100) to replace leaves with leaves2 leaves2_chance,- num chance (0-100) to replace leaves with leaves2
angle, - num angle in deg angle, - num angle in deg
iterations, - num max # of iterations, usually 2 -5 iterations, - num max # of iterations, usually 2 -5
random_level, - num factor to lower nr of iterations, usually 0 - 3 random_level, - num factor to lower nr of iterations, usually 0 - 3
trunk_type, - string (single/double/crossed) type of trunk: 1 node, 2x2 nodes or 3x3 in cross shape trunk_type, - string single/double/crossed) type of trunk: 1 node, 2x2 nodes or 3x3 in cross shape
thin_branches, - boolean true -> use thin (1 node) branches thin_branches, - boolean true -> use thin (1 node) branches
fruit, - string fruit node name fruit, - string fruit node name
fruit_chance, - num chance (0-100) to replace leaves with fruit node fruit_chance, - num chance (0-100) to replace leaves with fruit node
@ -1114,7 +1114,7 @@ Key for Special L-System Symbols used in Axioms
] - recover from stack state info ] - recover from stack state info
Example usage: spawn small apple tree Example usage: spawn small apple tree
apple_tree={ apple_tree={
axiom="FFFFFAFFBF", axiom="FFFFFAFFBF",
rules_a="[&&&FFFFF&&FFFF][&&&++++FFFFF&&FFFF][&&&----FFFFF&&FFFF]", rules_a="[&&&FFFFF&&FFFF][&&&++++FFFFF&&FFFF][&&&----FFFFF&&FFFF]",
rules_b="[&&&++FFFFF&&FFFF][&&&--FFFFF&&FFFF][&&&------FFFFF&&FFFF]", rules_b="[&&&++FFFFF&&FFFF][&&&--FFFFF&&FFFF][&&&------FFFFF&&FFFF]",
@ -1128,7 +1128,7 @@ Example usage: spawn small apple tree
fruit_chance=10, fruit_chance=10,
fruit="default:apple" fruit="default:apple"
} }
minetest.env:spawn_tree(pos,apple_tree) minetest.env:spawn_tree(pos,apple_tree)
Deprecated: Deprecated:
- add_rat(pos): Add C++ rat object (no-op) - add_rat(pos): Add C++ rat object (no-op)