diff options
author | Andy Maloney <asmaloney@gmail.com> | 2022-08-12 09:36:48 -0400 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2022-08-15 15:49:48 +0300 |
commit | ef942718a08aab9bb2432e245cdcab773cf61540 (patch) | |
tree | d8279dd1cdff28b12551098a0234241a6b79c373 /doc/classes/MainLoop.xml | |
parent | 9145420a65cdb522c98865863f9d5434193e6f81 (diff) |
[doc] Use "param" instead of "code" to refer to parameters (5)
Diffstat (limited to 'doc/classes/MainLoop.xml')
-rw-r--r-- | doc/classes/MainLoop.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml index acc59a307b..674adb1772 100644 --- a/doc/classes/MainLoop.xml +++ b/doc/classes/MainLoop.xml @@ -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> |