mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (b51ee8b)
This commit is contained in:
@@ -308,7 +308,7 @@ Returns the total amount of arguments bound (or unbound) via successive :ref:`bi
|
||||
|
||||
:ref:`StringName<class_StringName>` **get_method** **(** **)** |const|
|
||||
|
||||
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 ``"<anonymous lambda>"``.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user