1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Add a note for inst_to_dict to prevent using it on built-in instances

This commit is contained in:
Yuri Rubinsky
2022-12-07 15:38:05 +03:00
parent d34594179a
commit 78d296d7ca

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