diff options
author | kobewi <kobewi4e@gmail.com> | 2023-01-31 17:10:41 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-02-01 03:03:55 +0100 |
commit | 7780b40a3a9552f8c5ae38c5e49af97833d08c8d (patch) | |
tree | 2cdecef1ceea6eb9ce5be365614b99d934fd45f7 /doc/classes | |
parent | 0810ecaafdbee3ea747219e6ab3a8de5d2216a09 (diff) |
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> |