mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
added m-tools to chat com ref
This commit is contained in:
parent
0d7043b537
commit
b605ab5a5c
1 changed files with 28 additions and 0 deletions
|
@ -712,6 +712,34 @@ Pops a selection off your per-user selection stack and applies it to the current
|
||||||
//spop
|
//spop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## `//mface`
|
||||||
|
Returns the horizontal (X/Z) axis or axes the player is looking along.
|
||||||
|
|
||||||
|
```
|
||||||
|
//mface
|
||||||
|
```
|
||||||
|
|
||||||
|
## `//midpos`
|
||||||
|
Returns the coordinates of the centre of the current selection.
|
||||||
|
|
||||||
|
```
|
||||||
|
//midpos
|
||||||
|
```
|
||||||
|
|
||||||
|
## `//msize`
|
||||||
|
Returns the lengths of the current selection on the X, Y and Z axes.
|
||||||
|
|
||||||
|
```
|
||||||
|
//msize
|
||||||
|
```
|
||||||
|
|
||||||
|
## `//mtrig`
|
||||||
|
Returns the length of the diagonal pos1,pos2 and it's angle on the XZ and h/Y axes.
|
||||||
|
|
||||||
|
```
|
||||||
|
//mtrig
|
||||||
|
```
|
||||||
|
|
||||||
## `//y`
|
## `//y`
|
||||||
Confirms the execution of a command if it could potentially affect a large number of nodes and take a while. This is a regular WorldEdit command.
|
Confirms the execution of a command if it could potentially affect a large number of nodes and take a while. This is a regular WorldEdit command.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue