We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 569ed45 + c691917 commit fdba5d4Copy full SHA for fdba5d4
docs/source/reference/lua-scripting/tables/interfaces.rst
@@ -21,7 +21,7 @@
21
- by player scripts
22
- | Allows to alter behavior of the built-in script
23
| that handles player controls.
24
- * - :ref:`Controls <Interface GamepadControls>`
+ * - :ref:`GamepadControls <Interface GamepadControls>`
25
26
27
| that handles player gamepad controls.
files/data/scripts/omw/input/gamepadcontrols.lua
@@ -6,7 +6,7 @@ return {
6
---
7
-- Gamepad control interface
8
-- @module GamepadControls
9
-
+ -- @usage require('openmw.interfaces').GamepadControls
10
interface = {
11
--- Interface version
12
-- @field [parent=#GamepadControls] #number version
0 commit comments