diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-01 07:31:17 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-01 07:31:17 +0100 |
commit | df68909da4364cc429d2feda990ba9982fef5831 (patch) | |
tree | a116ab071b2f962603b90e815719a7eb97adf9b8 /doc/classes | |
parent | 3eb1ac9fd24a52a6fd5eb6632070f28a51aad04c (diff) | |
parent | 7780b40a3a9552f8c5ae38c5e49af97833d08c8d (diff) |
Merge pull request #72459 from KoBeWi/debinds
Add unbinds to `scn`
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/PackedScene.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PackedScene.xml b/doc/classes/PackedScene.xml index 7ca1d5d60d..493fc9e2a8 100644 --- a/doc/classes/PackedScene.xml +++ b/doc/classes/PackedScene.xml @@ -104,7 +104,7 @@ </method> </methods> <members> - <member name="_bundled" type="Dictionary" setter="_set_bundled_scene" getter="_get_bundled_scene" default="{ "conn_count": 0, "conns": PackedInt32Array(), "editable_instances": [], "names": PackedStringArray(), "node_count": 0, "node_paths": [], "nodes": PackedInt32Array(), "variants": [], "version": 2 }"> + <member name="_bundled" type="Dictionary" setter="_set_bundled_scene" getter="_get_bundled_scene" default="{ "conn_count": 0, "conns": PackedInt32Array(), "editable_instances": [], "names": PackedStringArray(), "node_count": 0, "node_paths": [], "nodes": PackedInt32Array(), "variants": [], "version": 3 }"> A dictionary representation of the scene contents. Available keys include "rnames" and "variants" for resources, "node_count", "nodes", "node_paths" for nodes, "editable_instances" for base scene children overrides, "conn_count" and "conns" for signal connections, and "version" for the format style of the PackedScene. </member> |