mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Sync classref with StringName/Callable changes
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_input_port_name" qualifiers="virtual">
|
||||
<return type="String">
|
||||
<return type="StringName">
|
||||
</return>
|
||||
<argument index="0" name="port" type="int">
|
||||
</argument>
|
||||
@@ -108,7 +108,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_output_port_name" qualifiers="virtual">
|
||||
<return type="String">
|
||||
<return type="StringName">
|
||||
</return>
|
||||
<argument index="0" name="port" type="int">
|
||||
</argument>
|
||||
|
||||
Reference in New Issue
Block a user