Fix get_method from named lambda

This commit is contained in:
Septian
2023-08-11 11:22:10 +07:00
parent 013e8e3afb
commit 793cc080cb
5 changed files with 11 additions and 1 deletions

View File

@@ -138,7 +138,7 @@
<method name="get_method" qualifiers="const">
<return type="StringName" />
<description>
Returns the name of the method represented by this [Callable]. If the callable is a lambda function, returns the function's name.
Returns the name of the method represented by this [Callable]. If the callable is a GDScript lambda function, returns the function's name or [code]"&lt;anonymous lambda&gt;"[/code].
</description>
</method>
<method name="get_object" qualifiers="const">