MultiplayerAPIPoll Method |
Method used for polling the MultiplayerAPI. You only need to worry about this if you are using CustomMultiplayer override or you set MultiplayerPoll to false. By default, SceneTree will poll its MultiplayerAPI for you.
Note: This method results in RPCs and RSETs being called, so they will be executed in the same context of this function (e.g. _process, physics, Thread).
Namespace: Godot
public void Poll()