From 5438a70b0a5aac72c071c90650b509cf46e557cb Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 4 Aug 2023 22:21:40 +0300 Subject: logLevelInvalid for bad function calls and invalid data formats. --- ReiLua_API.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 9ed8aa6..eaa2343 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -925,6 +925,18 @@ function RL.TraceLog( logLevel, text ) end ---@return any success function RL.SetTraceLogLevel( logLevel ) end +---Set the log level for bad function calls and invalid data formats. +---- Failure return false +---- Success return true +---@param logLevel integer +---@return any success +function RL.SetLogLevelInvalid( logLevel ) end + +---Get the log level for bad function calls and invalid data formats. +---- Success return int +---@return any logLevel +function RL.GetLogLevelInvalid() end + ---Open URL with default system browser ( If available ) ---- Failure return false ---- Success return true -- cgit v1.2.3