diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-23 23:44:44 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-23 23:44:44 +0100 |
commit | 59fdfc77e8f3d455ff6c86c73c27b04b022843c8 (patch) | |
tree | b08b311e97801cd98dd8f3fe7bba67885ae1cd7e /doc/classes | |
parent | 60fd7bfe424d7e38b66c2e60e2bd15774421cd50 (diff) |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Input.xml | 36 | ||||
-rw-r--r-- | doc/classes/InputMap.xml | 2 |
2 files changed, 1 insertions, 37 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index eafae7310c..2e619802e3 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -125,42 +125,6 @@ Returns the current value of the joypad axis at given index (see [enum JoyAxisList]). </description> </method> - <method name="get_joy_axis_index_from_string"> - <return type="int"> - </return> - <argument index="0" name="axis" type="String"> - </argument> - <description> - Returns the index of the provided axis name. - </description> - </method> - <method name="get_joy_axis_string"> - <return type="String"> - </return> - <argument index="0" name="axis_index" type="int"> - </argument> - <description> - Receives a [enum JoyAxisList] axis and returns its equivalent name as a string. - </description> - </method> - <method name="get_joy_button_index_from_string"> - <return type="int"> - </return> - <argument index="0" name="button" type="String"> - </argument> - <description> - Returns the index of the provided button name. - </description> - </method> - <method name="get_joy_button_string"> - <return type="String"> - </return> - <argument index="0" name="button_index" type="int"> - </argument> - <description> - Receives a gamepad button from [enum JoyButtonList] and returns its equivalent name as a string. - </description> - </method> <method name="get_joy_guid" qualifiers="const"> <return type="String"> </return> diff --git a/doc/classes/InputMap.xml b/doc/classes/InputMap.xml index 062ac3869d..49d29b3a53 100644 --- a/doc/classes/InputMap.xml +++ b/doc/classes/InputMap.xml @@ -120,7 +120,7 @@ Returns [code]true[/code] if the [InputMap] has a registered action with the given name. </description> </method> - <method name="load_from_globals"> + <method name="load_from_project_settings"> <return type="void"> </return> <description> |