proc callMode*(self: VisualScriptFunctionCall): int64 {.gcsafe, locks: 0
.}
-
proc `callMode =`*(self: VisualScriptFunctionCall; val: int64) {.gcsafe, locks: 0
.}
-
proc baseType*(self: VisualScriptFunctionCall): string {.gcsafe, locks: 0
.}
-
proc `baseType =`*(self: VisualScriptFunctionCall; val: string) {.gcsafe, locks: 0
.}
-
proc baseScript*(self: VisualScriptFunctionCall): string {.gcsafe, locks: 0
.}
-
proc `baseScript =`*(self: VisualScriptFunctionCall; val: string) {.gcsafe, locks: 0
.}
-
proc singleton*(self: VisualScriptFunctionCall): string {.gcsafe, locks: 0
.}
-
proc `singleton =`*(self: VisualScriptFunctionCall; val: string) {.gcsafe, locks: 0
.}
-
proc basicType*(self: VisualScriptFunctionCall): int64 {.gcsafe, locks: 0
.}
-
proc `basicType =`*(self: VisualScriptFunctionCall; val: int64) {.gcsafe, locks: 0
.}
-
proc nodePath*(self: VisualScriptFunctionCall): NodePath {.gcsafe, locks: 0
.}
-
proc `nodePath =`*(self: VisualScriptFunctionCall; val: NodePath) {.gcsafe, locks: 0
.}
-
proc argumentCache*(self: VisualScriptFunctionCall): Dictionary {.gcsafe, locks: 0
.}
-
proc `argumentCache =`*(self: VisualScriptFunctionCall; val: Dictionary) {.gcsafe,
locks: 0
.}
-
proc function*(self: VisualScriptFunctionCall): string {.gcsafe, locks: 0
.}
-
proc `function =`*(self: VisualScriptFunctionCall; val: string) {.gcsafe, locks: 0
.}
-
proc useDefaultArgs*(self: VisualScriptFunctionCall): int64 {.gcsafe, locks: 0
.}
-
proc `useDefaultArgs =`*(self: VisualScriptFunctionCall; val: int64) {.gcsafe, locks: 0
.}
-
proc validate*(self: VisualScriptFunctionCall): bool {.gcsafe, locks: 0
.}
-
proc `validate =`*(self: VisualScriptFunctionCall; val: bool) {.gcsafe, locks: 0
.}
-
proc rpcCallMode*(self: VisualScriptFunctionCall): int64 {.gcsafe, locks: 0
.}
-
proc `rpcCallMode =`*(self: VisualScriptFunctionCall; val: int64) {.gcsafe, locks: 0
.}
-