diff options
author | Raul Santos <raulsntos@gmail.com> | 2022-06-03 18:29:10 +0200 |
---|---|---|
committer | Raul Santos <raulsntos@gmail.com> | 2022-06-03 20:37:46 +0200 |
commit | 3e53afd52c82262278681ea25c6cf36b27e483bf (patch) | |
tree | 8313e0e88439af56197309778737c43c4337cce1 /doc | |
parent | c0bf18e92398c0d5a9cc3a9c51073ddcc5224b65 (diff) |
Add array element type to `get_connected_joypads`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Input.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index 2a4381b41b..dcbdbe6fb4 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -80,7 +80,7 @@ </description> </method> <method name="get_connected_joypads"> - <return type="Array" /> + <return type="int[]" /> <description> Returns an [Array] containing the device IDs of all currently connected joypads. </description> |