Open mcmonkey4eva opened 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.
shared
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.