mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
m-tools docs update
This commit is contained in:
parent
b605ab5a5c
commit
a6d5ead042
2 changed files with 14 additions and 1 deletions
|
@ -712,6 +712,13 @@ Pops a selection off your per-user selection stack and applies it to the current
|
||||||
//spop
|
//spop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## `//mcount`
|
||||||
|
Alias for [`//count`](#count).
|
||||||
|
|
||||||
|
```
|
||||||
|
//mface
|
||||||
|
```
|
||||||
|
|
||||||
## `//mface`
|
## `//mface`
|
||||||
Returns the horizontal (X/Z) axis or axes the player is looking along.
|
Returns the horizontal (X/Z) axis or axes the player is looking along.
|
||||||
|
|
||||||
|
|
|
@ -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)
|
- [`//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)
|
- [`//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)
|
- [`//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
|
### 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-)
|
- [`//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)_
|
- [`//many <times> <command>`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#many-times-command) _(new in v1.9)_
|
||||||
|
|
Loading…
Reference in a new issue