mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Merge branch 'lua_controller_cursor' into 'master'
Add lua bindings for controller cursor mode See merge request OpenMW/openmw!3623
This commit is contained in:
commit
3980bb15cc
12 changed files with 60 additions and 2 deletions
|
@ -4,6 +4,7 @@ paths=(
|
|||
scripts/omw/ai.lua
|
||||
scripts/omw/input/playercontrols.lua
|
||||
scripts/omw/mechanics/animationcontroller.lua
|
||||
scripts/omw/input/gamepadcontrols.lua
|
||||
scripts/omw/camera/camera.lua
|
||||
scripts/omw/mwui/init.lua
|
||||
scripts/omw/settings/player.lua
|
||||
|
|
|
@ -39,6 +39,7 @@ Lua API reference
|
|||
interface_animation
|
||||
interface_camera
|
||||
interface_controls
|
||||
interface_gamepadcontrols
|
||||
interface_item_usage
|
||||
interface_mwui
|
||||
interface_settings
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
Interface GamepadControls
|
||||
=========================
|
||||
|
||||
.. include:: version.rst
|
||||
|
||||
.. raw:: html
|
||||
:file: generated_html/scripts_omw_input_gamepadcontrols.html
|
||||
|
|
@ -21,6 +21,10 @@
|
|||
- by player scripts
|
||||
- | Allows to alter behavior of the built-in script
|
||||
| that handles player controls.
|
||||
* - :ref:`Controls <Interface GamepadControls>`
|
||||
- by player scripts
|
||||
- | Allows to alter behavior of the built-in script
|
||||
| that handles player gamepad controls.
|
||||
* - :ref:`ItemUsage <Interface ItemUsage>`
|
||||
- by global scripts
|
||||
- | Allows to extend or override built-in item usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue