You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[doc] Use "param" instead of "code" to refer to parameters #3
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<return type="bool" />
|
||||
<param index="0" name="base_object" type="Object" />
|
||||
<description>
|
||||
Returns [code]true[/code] if [code]base_object[/code] is an instance of this script.
|
||||
Returns [code]true[/code] if [param base_object] is an instance of this script.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_tool" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user