summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Rubinsky <chaosus89@gmail.com>2022-12-19 20:22:25 +0300
committerGitHub <noreply@github.com>2022-12-19 20:22:25 +0300
commitdcb3754db09b7b8c35aae1fedbc485b91e9f9508 (patch)
tree5408a545acaabf519fe85bb62e8cc8eae701b2b6
parent36fa6fc8faf73748dde0ce9e580cc6397f0a51c1 (diff)
parent78d296d7ca4ffc6fd0d0dcdfc8f44e967e7e081c (diff)
Merge pull request #69720 from Chaosus/inst_to_dict_note
Fix undefined
-rw-r--r--modules/gdscript/doc_classes/@GDScript.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml
index 4981750b7d..fd748ea569 100644
--- a/modules/gdscript/doc_classes/@GDScript.xml
+++ b/modules/gdscript/doc_classes/@GDScript.xml
@@ -106,6 +106,7 @@
<param index="0" name="instance" type="Object" />
<description>
Returns the passed [param instance] converted to a Dictionary. Can be useful for serializing.
+ [b]Note:[/b] Cannot be used to serialize objects with built-in scripts attached or objects allocated within built-in scripts.
[codeblock]
var foo = "bar"
func _ready():