diff options
author | Radiant <i.like.using.discord@gmail.com> | 2024-05-02 16:15:42 +0300 |
---|---|---|
committer | Radiant <i.like.using.discord@gmail.com> | 2024-05-02 19:09:42 +0300 |
commit | 789c6ebdfd72ec9141e04ef162471983e7fdee94 (patch) | |
tree | 9a3e429a54fee6bed2cd405f3ed4ad5d4bdfd8ca /misc/extension_api_validation | |
parent | 4e9543d8494f175bc0e772541a15c059bf6d6835 (diff) | |
download | redot-engine-789c6ebdfd72ec9141e04ef162471983e7fdee94.tar.gz |
Implement `amplitude` to Input.vibrate_handheld
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: m4gr3d <m4gr3d@users.noreply.github.com>
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r-- | misc/extension_api_validation/4.2-stable.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected index 5a9976dc71..55a4e0b18c 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -337,3 +337,10 @@ GH-91098 Validate extension JSON: Error: Field 'classes/RichTextLabel/methods/remove_paragraph/arguments': size changed value in new API, from 1 to 2. Added optional argument. Compatibility method registered. + + +GH-91143 +-------- +Validate extension JSON: Error: Field 'classes/Input/methods/vibrate_handheld/arguments': size changed value in new API, from 1 to 2. + +Added optional argument. Compatibility method registered.
\ No newline at end of file |