summaryrefslogtreecommitdiff
path: root/WorldEdit API.md
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2016-10-13 17:51:01 +0200
committersfan5 <sfan5@live.de>2016-10-13 17:51:01 +0200
commit6e2e2385e90ddc74ad68d129fbb7a94d6ee53a7f (patch)
tree824560648f64df53234e61087eee7448cbd01df5 /WorldEdit API.md
parent152707a32243cf33fb0f4ff740147d0cb268246b (diff)
parent5f9efb1205fe9802f859548fc9220f98dd0fd12e (diff)
Merge remote-tracking branch 'tmp/hollowpyramid'
Diffstat (limited to 'WorldEdit API.md')
-rw-r--r--WorldEdit API.md4
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.