From 7ed20bc4d4484b39a64e605bca5e267d9efb858b Mon Sep 17 00:00:00 2001 From: Mister Puma Date: Sun, 2 Feb 2025 16:26:05 -0800 Subject: [PATCH] Fixed wrong order of function in docs. --- doc/classes/Engine.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/classes/Engine.xml b/doc/classes/Engine.xml index b0b98f315a09..7e1d4f91efe6 100644 --- a/doc/classes/Engine.xml +++ b/doc/classes/Engine.xml @@ -54,17 +54,17 @@ {[code]platinum_sponsors[/code], [code]gold_sponsors[/code], [code]silver_sponsors[/code], [code]bronze_sponsors[/code], [code]mini_sponsors[/code], [code]gold_donors[/code], [code]silver_donors[/code], [code]bronze_donors[/code]} - + - Returns the total number of frames drawn since the engine started. - [b]Note:[/b] On headless platforms, or if rendering is disabled with [code]--disable-render-loop[/code] via command line, this method always returns [code]0[/code]. See also [method get_process_frames]. + Returns the tick count at the start of the frame. - + - Returns the tick count at the start of the frame. + Returns the total number of frames drawn since the engine started. + [b]Note:[/b] On headless platforms, or if rendering is disabled with [code]--disable-render-loop[/code] via command line, this method always returns [code]0[/code]. See also [method get_process_frames].