diff options
author | DS <vorunbekannt75@web.de> | 2020-02-01 13:55:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-01 13:55:13 +0100 |
commit | 1116918dbbbf7f36920c6d43a4fc504a09f0df49 (patch) | |
tree | 983c5ad759b99fc83893dac503887fa425799ed9 /doc | |
parent | 908e76247922d4adf879b3996c4f75bdbb4e536d (diff) | |
download | minetest-1116918dbbbf7f36920c6d43a4fc504a09f0df49.tar.gz minetest-1116918dbbbf7f36920c6d43a4fc504a09f0df49.tar.bz2 minetest-1116918dbbbf7f36920c6d43a4fc504a09f0df49.zip |
Formspec: Create a new class for inventorylists (#9287)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index a4af821c3..80b694ee9 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1946,8 +1946,6 @@ For coloured text you can use `minetest.colorize`. Since formspec version 3, elements drawn in the order they are defined. All background elements are drawn before all other elements. -`list` elements are an exception here. They are drawn last. This, however, might -be changed at any time. **WARNING**: do _not_ use a element name starting with `key_`; those names are reserved to pass key press events to formspec! @@ -2058,7 +2056,6 @@ Elements be shown if the inventory list is of size 0. * **Note**: With the new coordinate system, the spacing between inventory slots is one-fourth the size of an inventory slot. -* **Note**: Lists are drawn after every other element. This might change at any time. ### `list[<inventory location>;<list name>;<X>,<Y>;<W>,<H>;<starting item index>]` @@ -2066,7 +2063,6 @@ Elements be shown if the inventory list is of size 0. * **Note**: With the new coordinate system, the spacing between inventory slots is one-fourth the size of an inventory slot. -* **Note**: Lists are drawn after every other element. This might change at any time. ### `listring[<inventory location>;<list name>]` |