-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I think that could be good having (example) firewolf.globalEnvironment() in Lua pages to add global APIs (_G) in it. It should display a warning into client.
It can return bGlobal boolean, that equals true if user accepts or false if user denies.
For example.
local ok = firewolf.globalEnvironment()
if ok then
--Global environment ON
else
--Global environtment OFF
endMetadata
Metadata
Assignees
Labels
No labels