diff options
| author | jussi | 2023-11-15 18:34:34 +0200 |
|---|---|---|
| committer | jussi | 2023-11-15 18:34:34 +0200 |
| commit | 841aa897f1868075134162cc71593ac9c3473115 (patch) | |
| tree | cc03b824d1a16a086aecc7a3246d9b434b7d3118 /ReiLua_API.lua | |
| parent | 7b10306ed5c87517800a6058ad84e27c866f81c6 (diff) | |
| download | reilua-enhanced-841aa897f1868075134162cc71593ac9c3473115.tar.gz reilua-enhanced-841aa897f1868075134162cc71593ac9c3473115.tar.bz2 reilua-enhanced-841aa897f1868075134162cc71593ac9c3473115.zip | |
GC_UNLOAD build time define and replaced with flag to change it at runtime.
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) |
