summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorrubenwardy <rubenwardy@gmail.com>2015-01-09 17:04:25 +0000
committerkwolekr <kwolekr@minetest.net>2016-04-10 23:54:23 -0400
commiteae33951ad8b13cb335fca8eaec73185959eb44e (patch)
tree314085a9b42c5f5063c96e2a39e9d70b098d2bd2 /doc/lua_api.txt
parent9a04dfd0f5a69f60318a243535993ffa234f6bf6 (diff)
downloadminetest-eae33951ad8b13cb335fca8eaec73185959eb44e.tar.gz
minetest-eae33951ad8b13cb335fca8eaec73185959eb44e.tar.bz2
minetest-eae33951ad8b13cb335fca8eaec73185959eb44e.zip
Hud: Fix offset being ignored by inventory bar
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 17b311ffd..fdc736906 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -945,6 +945,7 @@ Displays a horizontal bar made up of half-images.
* `number`: Number of items in the inventory to be displayed.
* `item`: Position of item that is selected.
* `direction`
+* `offset`: offset in pixels from position.
### `waypoint`
Displays distance to selected world position.