Skip to content

Commit fdba5d4

Browse files
committed
Merge branch 'padgame' into 'master'
Distinguish between I.Controls and I.GamepadControls See merge request OpenMW/openmw!4582
2 parents 569ed45 + c691917 commit fdba5d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/reference/lua-scripting/tables/interfaces.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- by player scripts
2222
- | Allows to alter behavior of the built-in script
2323
| that handles player controls.
24-
* - :ref:`Controls <Interface GamepadControls>`
24+
* - :ref:`GamepadControls <Interface GamepadControls>`
2525
- by player scripts
2626
- | Allows to alter behavior of the built-in script
2727
| that handles player gamepad controls.

files/data/scripts/omw/input/gamepadcontrols.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ return {
66
---
77
-- Gamepad control interface
88
-- @module GamepadControls
9-
9+
-- @usage require('openmw.interfaces').GamepadControls
1010
interface = {
1111
--- Interface version
1212
-- @field [parent=#GamepadControls] #number version

0 commit comments

Comments
 (0)