m-tools docs update

This commit is contained in:
VorTechnix 2021-07-15 11:45:06 -07:00
parent b605ab5a5c
commit a6d5ead042
2 changed files with 14 additions and 1 deletions

View File

@ -712,6 +712,13 @@ Pops a selection off your per-user selection stack and applies it to the current
//spop
```
## `//mcount`
Alias for [`//count`](#count).
```
//mface
```
## `//mface`
Returns the horizontal (X/Z) axis or axes the player is looking along.

View File

@ -69,7 +69,13 @@ The detailed explanations have moved! Check them out [here](https://github.com/s
- [`//sstack`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#sstack)
- [`//spush`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#spush)
- [`//spop`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#spop)
### Measure
- [`//mface`](Chat-Command-Reference.md#mface)
- [`//midpos`](Chat-Command-Reference.md#midpos)
- [`//msize`](Chat-Command-Reference.md#msize)
- [`//mtrig`](Chat-Command-Reference.md#mtrig)
### Meta
- [`//multi <command_a> <command_b> ....`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#multi-command_a-command_b-command_c-)
- [`//many <times> <command>`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#many-times-command) _(new in v1.9)_