Module packed_scene

Consts

GEN_EDIT_STATE_DISABLED* = 0'i64
GEN_EDIT_STATE_INSTANCE* = 1'i64
GEN_EDIT_STATE_MAIN* = 2'i64

Procs

proc bundled*(self: PackedScene): Dictionary {.
gcsafe, locks: 0
.}
proc `bundled =`*(self: PackedScene; val: Dictionary) {.
gcsafe, locks: 0
.}
proc pack*(self: PackedScene; path: Node): int64 {.
gcsafe, locks: 0
.}
proc instance*(self: PackedScene; editState: int64 = 0'i64): Node {.
gcsafe, locks: 0
.}
proc canInstance*(self: PackedScene): bool {.
gcsafe, locks: 0
.}
proc getState*(self: PackedScene): SceneState {.
gcsafe, locks: 0
.}