Open ColonelThirtyTwo opened 11 years ago
Instead of loading each library with loadLibrary boilerplate, just load the libraries to SF.DefaultEnvironment. The library will be in the script's global environment ready to use.
loadLibrary
SF.DefaultEnvironment
Instead of loading each library with
loadLibrary
boilerplate, just load the libraries toSF.DefaultEnvironment
. The library will be in the script's global environment ready to use.