[doc] Use "param" instead of "code" to refer to parameters (5)
This commit is contained in:
parent
9145420a65
commit
ef942718a0
37 changed files with 235 additions and 235 deletions
|
|
@ -113,7 +113,7 @@
|
|||
<return type="StringName" />
|
||||
<param index="0" name="idx" type="int" />
|
||||
<description>
|
||||
Gets the node name indicated by [code]idx[/code] (0 to [method get_name_count] - 1).
|
||||
Gets the node name indicated by [param idx] (0 to [method get_name_count] - 1).
|
||||
[codeblocks]
|
||||
[gdscript]
|
||||
var node_path = NodePath("Path2D/PathFollow2D/Sprite2D")
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
<return type="StringName" />
|
||||
<param index="0" name="idx" type="int" />
|
||||
<description>
|
||||
Gets the resource or property name indicated by [code]idx[/code] (0 to [method get_subname_count]).
|
||||
Gets the resource or property name indicated by [param idx] (0 to [method get_subname_count]).
|
||||
[codeblocks]
|
||||
[gdscript]
|
||||
var node_path = NodePath("Path2D/PathFollow2D/Sprite2D:texture:load_path")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue