diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index c30045f2e38..f9fc0906cf4 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -1042,6 +1042,7 @@ Persisting connections are stored when the object is serialized (such as when using [method PackedScene.pack]). In the editor, connections created through the Signals dock are always persisting. + [b]Note:[/b] Connections to lambda functions (that is, when the function code is embedded in the [method connect] call) cannot be made persistent. One-shot connections disconnect themselves after emission.