-
Notifications
You must be signed in to change notification settings - Fork 83
Command: flip
XenialDan edited this page Jan 7, 2018
·
1 revision
//flip <direction> [...direction]
we.command.flip
Flips/mirrors the clipboard around the given direction. Atleast 1 <direction>
has to be passed. Multiple directions are possible.
Supported directions:
- X - Flips around the X dimension
- Y - Flips around the Y dimension
- Z - Flips around the Z dimension
- UP - Flips around the Y dimension
- DOWN - Flips around the Y dimension
- WEST - Flips around the X dimension
- EAST - Flips around the X dimension
- NORTH - Flips around the Z dimension
- SOUTH - Flips around the Z dimension