Merge pull request #69720 from Chaosus/inst_to_dict_note

Fix undefined
This commit is contained in:
Yuri Rubinsky 2022-12-19 20:22:25 +03:00 committed by GitHub
commit dcb3754db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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():