diff options
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index ee18b2d..afe86e6 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -6526,11 +6526,11 @@ function RL.GuiValueBox( bounds, text, value, minValue, maxValue, editMode ) end ---- Success return int, string ---@param bounds table ---@param text string ----@param textSize integer +---@param bufferSize integer ---@param editMode boolean ---@return any result ---@return any text -function RL.GuiTextBox( bounds, text, textSize, editMode ) end +function RL.GuiTextBox( bounds, text, bufferSize, editMode ) end ---Slider control, returns selected value ---- Success return int, float, Rectangle, Rectangle |
