diff options
author | James Stevenson <everamzah@gmail.com> | 2016-07-14 10:07:40 -0400 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-07-21 05:00:40 +0100 |
commit | 97c763158c3efd733bca1b4b46fb82c135df09f7 (patch) | |
tree | 45cebdc371bc626e5b2c496b2188876c00852125 /doc | |
parent | 6621daee504bbc6755e0240a5515e16f56199197 (diff) | |
download | minetest-97c763158c3efd733bca1b4b46fb82c135df09f7.tar.gz minetest-97c763158c3efd733bca1b4b46fb82c135df09f7.tar.bz2 minetest-97c763158c3efd733bca1b4b46fb82c135df09f7.zip |
lua_api.txt: Remove tooltip checkbox[] element
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 1b38aeb6f..8656e43e6 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1596,13 +1596,12 @@ examples. * Items to be shown in dropdown * Index of currently selected dropdown item -#### `checkbox[<X>,<Y>;<name>;<label>;<selected>;<tooltip>]` +#### `checkbox[<X>,<Y>;<name>;<label>;<selected>]` * Show a checkbox * `x` and `y`: position of checkbox * `name` fieldname data is transferred to Lua * `label` to be shown left of checkbox * `selected` (optional): `true`/`false` -* `tooltip` (optional) #### `scrollbar[<X>,<Y>;<W>,<H>;<orientation>;<name>;<value>]` * Show a scrollbar |