Is there a way to manually advance the physics frame in godot 3.5 or godot 4?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Guliver_Jham

Like in Unity there’s Physics2D.Simulate(), i’d like to use something similar in godot for the specific purpose of making low level multiplayer.

(Yes, i know there is a high level alternative, i don’t want it.)