summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua
index 9d7158f..9e8b678 100644
--- a/ReiLua_API.lua
+++ b/ReiLua_API.lua
@@ -6006,6 +6006,15 @@ function RL.GuiDummyRec( bounds, text ) end
---@return any mouseCell
function RL.GuiGrid( bounds, text, spacing, subdivs, mouseCell ) end
+---Scroll bar control
+---- Success return int
+---@param bounds table
+---@param value integer
+---@param minValue integer
+---@param maxValue integer
+---@return any value
+function RL.GuiScrollBar( bounds, value, minValue, maxValue ) end
+
-- Gui - Advance controls set
---List View control, returns selected list item index