################# Lua API reference ################# .. toctree:: :hidden: engine_handlers user_interface openmw_util openmw_settings openmw_core openmw_async openmw_query openmw_world openmw_self openmw_nearby openmw_input openmw_ui openmw_camera openmw_aux_calendar openmw_aux_util openmw_aux_time interface_camera - :ref:`Engine handlers reference` - :ref:`User interface reference ` - `Game object reference `_ - `Cell reference `_ **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. +---------------------------------------------------------+--------------------+---------------------------------------------------------------+ | Package | Can be used | Description | +=========================================================+====================+===============================================================+ |:ref:`openmw.interfaces