Skip to content

Sandbox

derammo edited this page Mar 28, 2020 · 1 revision

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.

Clone this wiki locally