diff options
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 67ace3f..f1ffa0b 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -1680,6 +1680,11 @@ function RL.OpenURL( url ) end ---@return any enabled function RL.IsGCUnloadEnabled() end +---Set Lua garbage collection to unload object data +---@param enabled boolean +---@return any RL.SetGCUnload +function RL.SetGCUnload( enabled ) end + -- Core - Files management functions ---Return game directory (where main.lua is located) |
