Merge pull request #76418 from reduz/method-bind-validated-call

Add ValidatedCall to MethodBind
This commit is contained in:
Rémi Verschelde 2023-05-08 13:52:42 +02:00
commit 3e6a731904
No known key found for this signature in database
GPG key ID: C3336907360768E1
31 changed files with 299 additions and 84 deletions

View file

@ -18,7 +18,7 @@
</description>
</method>
<method name="get_version_list" qualifiers="const">
<return type="PackedStringArray" />
<return type="StringName[]" />
<description>
Returns the list of compiled versions for this shader.
</description>