diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index f5d5da3d47c..93aae50bba2 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -109,7 +109,7 @@ - Returns how many frames have been processed, since the application started. This is [i]not[/i] a measurement of elapsed time. + Returns how many physics process steps have been processed, since the application started. This is [i]not[/i] a measurement of elapsed time. See also [signal physics_frame]. For the number of frames rendered, see [method Engine.get_process_frames].