1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Fix ScriptLanguageExtension::_find_function documentation

This commit is contained in:
Emmanuel Leblond
2023-12-26 12:24:56 +01:00
parent 13a0d6e9b2
commit 0124b513cd
2 changed files with 4 additions and 3 deletions

View File

@@ -114,9 +114,10 @@
</method>
<method name="_find_function" qualifiers="virtual const">
<return type="int" />
<param index="0" name="class_name" type="String" />
<param index="1" name="function_name" type="String" />
<param index="0" name="function" type="String" />
<param index="1" name="code" type="String" />
<description>
Returns the line where the function is defined in the code, or [code]-1[/code] if the function is not present.
</description>
</method>
<method name="_finish" qualifiers="virtual">