Add array element type to get_connected_joypads

This commit is contained in:
Raul Santos 2022-06-03 18:29:10 +02:00
parent c0bf18e923
commit 3e53afd52c
No known key found for this signature in database
GPG key ID: B532473AE3A803E4
3 changed files with 5 additions and 4 deletions

View file

@ -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>