summaryrefslogtreecommitdiff
path: root/WorldEdit API.md
diff options
context:
space:
mode:
authorKyle <kyle.kylina@gmail.com>2012-10-18 18:10:30 -0700
committersfan5 <sfan5@live.de>2017-08-31 16:25:22 +0200
commitbf8e2a82333ee225deff52ee9ccbb39222216df6 (patch)
treef544d7ac45446b358cb34800da66d3f344e44865 /WorldEdit API.md
parent6ceb56c3dc3b9e388723c76a34c863d0d72df127 (diff)
Dual-based cylinder
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 5867dfc..8488305 100644
--- a/WorldEdit API.md
+++ b/WorldEdit API.md
@@ -127,9 +127,9 @@ Adds a dome centered at `pos` with radius `radius`, composed of `node_name`.
Returns the number of nodes added.
-### count = worldedit.cylinder(pos, axis, length, radius, node_name, hollow)
+### count = worldedit.cylinder(pos, axis, length, radius1, radius2, node_name, hollow)
-Adds a cylinder at `pos` along the `axis` axis ("x" or "y" or "z") with length `length` and radius `radius`, composed of `node_name`.
+Adds a cylinder-like at `pos` along the `axis` axis ("x" or "y" or "z") with length `length`, base radius `radius1` and top radius `radius2`, composed of `node_name`.
Returns the number of nodes added.