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
31 changed files with 299 additions and 84 deletions

View File

@@ -48,7 +48,7 @@
</description>
</method>
<method name="get_travel_path" qualifiers="const">
<return type="PackedStringArray" />
<return type="StringName[]" />
<description>
Returns the current travel path as computed internally by the A* algorithm.
</description>