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