From 1b0fd195c614ffa1b04d687e7793fb5bb266c535 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sun, 2 Dec 2018 17:34:29 -0500 Subject: Raise hotbar limit to 32 slots, add associated keybinding options (#7916) add associated keybinding options update docs and settingtypes --- doc/lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index ca9133b1a..d48e50fde 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -5190,7 +5190,7 @@ This is basically a reference to a C++ `ServerActiveObject` * `hud_get_flags()`: returns a table of player HUD flags with boolean values. * See `hud_set_flags` for a list of flags that can be toggled. * `hud_set_hotbar_itemcount(count)`: sets number of items in builtin hotbar - * `count`: number of items, must be between `1` and `23` + * `count`: number of items, must be between `1` and `32` * `hud_get_hotbar_itemcount`: returns number of visible items * `hud_set_hotbar_image(texturename)` * sets background image for hotbar -- cgit v1.2.3