mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
doc: Sync classref with StringName/Callable changes
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<method name="get_method_documentation" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<argument index="0" name="method" type="String">
|
||||
<argument index="0" name="method" type="StringName">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the documentation string that was previously set with [code]godot_nativescript_set_method_documentation[/code].
|
||||
@@ -26,7 +26,7 @@
|
||||
<method name="get_property_documentation" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<argument index="0" name="path" type="String">
|
||||
<argument index="0" name="path" type="StringName">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the documentation string that was previously set with [code]godot_nativescript_set_property_documentation[/code].
|
||||
@@ -35,7 +35,7 @@
|
||||
<method name="get_signal_documentation" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<argument index="0" name="signal_name" type="String">
|
||||
<argument index="0" name="signal_name" type="StringName">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the documentation string that was previously set with [code]godot_nativescript_set_signal_documentation[/code].
|
||||
|
||||
Reference in New Issue
Block a user