proc getStoredValues*(self: InstancePlaceholder; withOrder: bool = false): Dictionary {. gcsafe, locks: 0.}
proc replaceByInstance*(self: InstancePlaceholder; customScene: PackedScene = nil) {. gcsafe, locks: 0.}
proc getInstancePath*(self: InstancePlaceholder): string {.gcsafe, locks: 0.}