Hi again,

Is there a way to know if a script runs in restricted mode?

That'd be usefull to write things like

if ioncore.in_restricted_mode() then
   ioncore.defer(foo)
else
   foo()
end

Thanks,

-- 
Matthieu

Reply via email to