Holylib Autorun
Autorun
Holylib loads and runs all files inside the lua/autorun/_holylib
folder before any other script, allowing you to setup things like filesystem.
As a example, you can use the filesystem.AddSearchPath and filesystem.RemoveSearchPath functions to add/remove addons before they are loaded.
When a script is loaded, only the C++ side is set up/ready as no lua scripts executed yet.
Therefore, no lua functions will exist yet/won't be usable.