+------------------------------------------------------------+--------------------+---------------------------------------------------------------+ | Package | Can be used | Description | +============================================================+====================+===============================================================+ |:ref:`openmw.ambient ` | by player and menu | | Controls background sounds for given player. | | | scripts | | +------------------------------------------------------------+--------------------+---------------------------------------------------------------+ |:ref:`openmw.animation ` | everywhere | | Animation controls | +------------------------------------------------------------+--------------------+---------------------------------------------------------------+ |:ref:`openmw.async ` | everywhere | | Timers and callbacks. | +------------------------------------------------------------+--------------------+---------------------------------------------------------------+ |:ref:`openmw.camera ` | by player scripts | | Controls camera. | +------------------------------------------------------------+--------------------+---------------------------------------------------------------+ |:ref:`openmw.core ` | everywhere | | Functions that are common for both global and local scripts | +------------------------------------------------------------+--------------------+---------------------------------------------------------------+ |:ref:`openmw.debug ` | by player scripts | | Collection of debug utils. | +------------------------------------------------------------+--------------------+---------------------------------------------------------------+ |:ref:`openmw.input ` | by player and menu | | User input. | | | scripts | | +------------------------------------------------------------+--------------------+---------------------------------------------------------------+ |:ref:`openmw.interfaces