diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index 19858455523..b89ecd1de93 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -278,6 +278,10 @@
If [code]true[/code] the SceneTree is paused.
+ Doing so will have the following behavior:
+ * 2D and 3D physics will be stopped.
+ * _process and _physics_process will not be called anymore in nodes.
+ * _input and _input_event will not be called anymore either.
If [code]true[/code] the SceneTree's [member network_peer] refuses new incoming connections.