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