You've already forked godot
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user