diff options
author | sfan5 <sfan5@live.de> | 2016-10-13 17:51:01 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2016-10-13 17:51:01 +0200 |
commit | 6e2e2385e90ddc74ad68d129fbb7a94d6ee53a7f (patch) | |
tree | 824560648f64df53234e61087eee7448cbd01df5 /WorldEdit API.md | |
parent | 152707a32243cf33fb0f4ff740147d0cb268246b (diff) | |
parent | 5f9efb1205fe9802f859548fc9220f98dd0fd12e (diff) |
Merge remote-tracking branch 'tmp/hollowpyramid'
Diffstat (limited to 'WorldEdit API.md')
-rw-r--r-- | WorldEdit API.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WorldEdit API.md b/WorldEdit API.md index 7b99c8b..5867dfc 100644 --- a/WorldEdit API.md +++ b/WorldEdit API.md @@ -133,9 +133,9 @@ Adds a cylinder at `pos` along the `axis` axis ("x" or "y" or "z") with length ` Returns the number of nodes added.
-### count = worldedit.pyramid(pos, axis, height, node_name)
+### count = worldedit.pyramid(pos, axis, height, node_name, hollow)
-Adds a pyramid centered at `pos` along the `axis` axis ("x" or "y" or "z") with height `height`.
+Adds a pyramid centered at `pos` along the `axis` axis ("x" or "y" or "z") with height `height`, composed of `node_name`.
Returns the number of nodes added.
|