[doc] Use "param" instead of "code" to refer to parameters (5)
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<return type="bool" />
|
||||
<param index="0" name="delta" type="float" />
|
||||
<description>
|
||||
Called each physics frame with the time since the last physics frame as argument ([code]delta[/code], in seconds). Equivalent to [method Node._physics_process].
|
||||
Called each physics frame with the time since the last physics frame as argument ([param delta], in seconds). Equivalent to [method Node._physics_process].
|
||||
If implemented, the method must return a boolean value. [code]true[/code] ends the main loop, while [code]false[/code] lets it proceed to the next frame.
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user