FreneticLLC / FreneticScript

The Frenetic Scripting Engine (dll)
MIT License
4 stars 1 forks source link

Functions shared variables #15

Open mcmonkey4eva opened 8 years ago

mcmonkey4eva commented 8 years ago

All functions in the same script should have access to the shared variable, which is a map of all variables defined at the calling-script level, as a direct reference so they can freely share variables between each other.