######## Packages ######## .. include:: version.rst .. toctree:: :hidden: ambient animation async camera core debug input markup menu nearby postprocessing self storage types ui util vfs world **API packages** API packages provide functions that can be called by scripts. I.e. it is a script-to-engine interaction. A package can be loaded with ``require('')``. It can not be overloaded even if there is a lua file with the same name. The list of available packages is different for global and for local scripts. Player scripts are local scripts that are attached to a player. .. include:: tables/packages.rst