mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
docs: fix typo in Object#get_signal_list
This commit is contained in:
parent
4d1f26e1fd
commit
b62d5fe788
1 changed files with 1 additions and 1 deletions
|
|
@ -698,7 +698,7 @@
|
||||||
<return type="Dictionary[]" />
|
<return type="Dictionary[]" />
|
||||||
<description>
|
<description>
|
||||||
Returns the list of existing signals as an [Array] of dictionaries.
|
Returns the list of existing signals as an [Array] of dictionaries.
|
||||||
[b]Note:[/b] Due of the implementation, each [Dictionary] is formatted very similarly to the returned values of [method get_method_list].
|
[b]Note:[/b] Due to the implementation, each [Dictionary] is formatted very similarly to the returned values of [method get_method_list].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_translation_domain" qualifiers="const">
|
<method name="get_translation_domain" qualifiers="const">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue