We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In this wiki, a "Sandbox" refers to a Lua Sandbox, meaning a restricted execution environment for a Lua script.
Sandboxing with Lua 5.1 (the version used by DCS) is explained here: http://lua-users.org/wiki/SandBoxes
Sandboxing with the version of Lua used by Helios is comparable, but the syntax used is different. The concepts are the same.