mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-25 02:00:39 +01:00
Update API docs
This commit is contained in:
parent
b4826aa821
commit
26b6682587
@ -74,6 +74,7 @@ Returns the number of nodes stacked.
|
|||||||
### count = worldedit.stack2(pos1, pos2, direction, amount)
|
### count = worldedit.stack2(pos1, pos2, direction, amount)
|
||||||
|
|
||||||
Duplicates the region defined by positions `pos1` and `pos2` `amount` times with offset vector `direction`.
|
Duplicates the region defined by positions `pos1` and `pos2` `amount` times with offset vector `direction`.
|
||||||
|
Note that the offset vector needs to be big enough that there is no overlap.
|
||||||
|
|
||||||
Returns the number of nodes stacked.
|
Returns the number of nodes stacked.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user