mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-21 15:03:00 +00:00
reference: add //listentities
This commit is contained in:
parent
aec204de8e
commit
abfd76930a
1 changed files with 11 additions and 0 deletions
|
@ -1349,6 +1349,17 @@ Here are some more examples:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### `//listentities`
|
||||||
|
Lists all currently loaded ObjectRefs. Displays their IDs, Names (if possible), and possitions.
|
||||||
|
|
||||||
|
This command is intended for development and modding. You will not normally need to use this command using WorldEditAdditions.
|
||||||
|
|
||||||
|
`//listentities` takes no arguments.
|
||||||
|
|
||||||
|
```
|
||||||
|
//listentities
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Extras
|
## Extras
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in a new issue