diff options
author | Sebastien Ponce <Sebastien.Ponce@cern.ch> | 2015-09-13 11:31:47 +0200 |
---|---|---|
committer | Sebastien Ponce <Sebastien.Ponce@cern.ch> | 2015-09-13 22:08:04 +0200 |
commit | 5f9efb1205fe9802f859548fc9220f98dd0fd12e (patch) | |
tree | 39d5bd7cf4cb71b2f7eac71465199d881f797d68 /WorldEdit API.md | |
parent | fc037e9c82f34a6bf441dd738c1b10a510eb8b4d (diff) |
Added hollow pyramids
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 f50b506..d1cd7d0 100644 --- a/WorldEdit API.md +++ b/WorldEdit API.md @@ -127,9 +127,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.
|