.. list-table:: :widths: 30 40 60 :header-rows: 1 * - Interface - Context - Description * - :doc:`Activation ` - |bdg-ctx-global| - Allows to extend or override built-in activation mechanics. * - :doc:`AI ` - |bdg-ctx-local| - Control basic AI of NPCs and creatures. * - :doc:`AnimationController ` - |bdg-ctx-local| - Control animations of NPCs and creatures. * - :doc:`Camera ` - |bdg-ctx-player| - Allows to alter behavior of the built-in camera script without overriding the script completely. * - :doc:`Controls ` - |bdg-ctx-player| - Allows to alter behavior of the built-in script that handles player controls. * - :doc:`Crimes ` - |bdg-ctx-global| - Commit crimes. * - :doc:`GamepadControls ` - |bdg-ctx-player| - Allows to alter behavior of the built-in script that handles player gamepad controls. * - :doc:`ItemUsage ` - |bdg-ctx-global| - Allows to extend or override built-in item usage mechanics. * - :doc:`MWUI ` - |bdg-ctx-menu| |bdg-ctx-player| - Morrowind-style UI templates. * - :doc:`Settings ` - |bdg-ctx-global| |bdg-ctx-menu| |bdg-ctx-player| - Save, display and track changes of setting values. * - :doc:`SkillProgression ` - |bdg-ctx-local| - Control, extend, and override skill progression of the player. * - :doc:`UI ` - |bdg-ctx-player| - High-level UI modes interface. Allows to override parts of the interface.