mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-13 08:58:35 +00:00
Distinguish between I.Controls and I.GamepadControls
This commit is contained in:
parent
73bb17009e
commit
c691917172
@ -21,7 +21,7 @@
|
|||||||
- by player scripts
|
- by player scripts
|
||||||
- | Allows to alter behavior of the built-in script
|
- | Allows to alter behavior of the built-in script
|
||||||
| that handles player controls.
|
| that handles player controls.
|
||||||
* - :ref:`Controls <Interface GamepadControls>`
|
* - :ref:`GamepadControls <Interface GamepadControls>`
|
||||||
- by player scripts
|
- by player scripts
|
||||||
- | Allows to alter behavior of the built-in script
|
- | Allows to alter behavior of the built-in script
|
||||||
| that handles player gamepad controls.
|
| that handles player gamepad controls.
|
||||||
|
@ -6,7 +6,7 @@ return {
|
|||||||
---
|
---
|
||||||
-- Gamepad control interface
|
-- Gamepad control interface
|
||||||
-- @module GamepadControls
|
-- @module GamepadControls
|
||||||
|
-- @usage require('openmw.interfaces').GamepadControls
|
||||||
interface = {
|
interface = {
|
||||||
--- Interface version
|
--- Interface version
|
||||||
-- @field [parent=#GamepadControls] #number version
|
-- @field [parent=#GamepadControls] #number version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user