proc setMode*(self: VisualScriptPropertyGet): int64 {.gcsafe, locks: 0
.}
-
proc `setMode =`*(self: VisualScriptPropertyGet; val: int64) {.gcsafe, locks: 0
.}
-
proc baseType*(self: VisualScriptPropertyGet): string {.gcsafe, locks: 0
.}
-
proc `baseType =`*(self: VisualScriptPropertyGet; val: string) {.gcsafe, locks: 0
.}
-
proc baseScript*(self: VisualScriptPropertyGet): string {.gcsafe, locks: 0
.}
-
proc `baseScript =`*(self: VisualScriptPropertyGet; val: string) {.gcsafe, locks: 0
.}
-
proc typeCache*(self: VisualScriptPropertyGet): int64 {.gcsafe, locks: 0
.}
-
proc `typeCache =`*(self: VisualScriptPropertyGet; val: int64) {.gcsafe, locks: 0
.}
-
proc basicType*(self: VisualScriptPropertyGet): int64 {.gcsafe, locks: 0
.}
-
proc `basicType =`*(self: VisualScriptPropertyGet; val: int64) {.gcsafe, locks: 0
.}
-
proc nodePath*(self: VisualScriptPropertyGet): NodePath {.gcsafe, locks: 0
.}
-
proc `nodePath =`*(self: VisualScriptPropertyGet; val: NodePath) {.gcsafe, locks: 0
.}
-
proc property*(self: VisualScriptPropertyGet): string {.gcsafe, locks: 0
.}
-
proc `property =`*(self: VisualScriptPropertyGet; val: string) {.gcsafe, locks: 0
.}
-
proc index*(self: VisualScriptPropertyGet): string {.gcsafe, locks: 0
.}
-
proc `index =`*(self: VisualScriptPropertyGet; val: string) {.gcsafe, locks: 0
.}
-