diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-06-03 16:03:19 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-06-03 22:31:02 +0300 |
commit | 7bf446f671541f38d6dc89d207ee6effd3564483 (patch) | |
tree | 054438a63b10393f921d155cdfd99d5172967638 /doc/lua_api.txt | |
parent | e4bc76f55cb3314a6e6cbd47e5dedd1923ad5328 (diff) | |
download | minetest-7bf446f671541f38d6dc89d207ee6effd3564483.tar.gz minetest-7bf446f671541f38d6dc89d207ee6effd3564483.tar.bz2 minetest-7bf446f671541f38d6dc89d207ee6effd3564483.zip |
Reshape inventory menu code
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index ddab47262..d994fab7c 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -630,7 +630,7 @@ button[<X>,<Y>;<W>,<H>;<name>;<label>] ^ Not implemented Inventory location: -- "current_name": Selected node metadata +- "context": Selected node metadata (deprecated: "current_name") - "current_player": Player to whom the menu is shown - "player:<name>": Any player - "nodemeta:<X>,<Y>,<Z>": Any node metadata |