preloadScripts property

List<RunnableScript> preloadScripts
getter/setter pair

Other scripts in the config which are runnable by this script. The script loader pre-loads these as temporary aliases to allow combined scripts to be run.

Implementation

List<RunnableScript> preloadScripts = [];