method getOutputSequencePortCount(self: VisualScriptCustomNode): int64 {.gcsafe,
locks: 0, base, raises: [], tags: []
.}
-
method hasInputSequencePort(self: VisualScriptCustomNode): bool {.gcsafe, locks: 0,
base, raises: [], tags: []
.}
-
method getOutputSequencePortText(self: VisualScriptCustomNode; idx: int64): string {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
-
method getInputValuePortCount(self: VisualScriptCustomNode): int64 {.gcsafe,
locks: 0, base, raises: [], tags: []
.}
-
method getOutputValuePortCount(self: VisualScriptCustomNode): int64 {.gcsafe,
locks: 0, base, raises: [], tags: []
.}
-
method getInputValuePortType(self: VisualScriptCustomNode; idx: int64): int64 {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
-
method getInputValuePortName(self: VisualScriptCustomNode; idx: int64): string {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
-
method getOutputValuePortType(self: VisualScriptCustomNode; idx: int64): int64 {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
-
method getOutputValuePortName(self: VisualScriptCustomNode; idx: int64): string {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
-
method getCaption(self: VisualScriptCustomNode): string {.gcsafe, locks: 0, base,
raises: [], tags: []
.}
-
method getText(self: VisualScriptCustomNode): string {.gcsafe, locks: 0, base,
raises: [], tags: []
.}
-
method getCategory(self: VisualScriptCustomNode): string {.gcsafe, locks: 0, base,
raises: [], tags: []
.}
-
method getWorkingMemorySize(self: VisualScriptCustomNode): int64 {.gcsafe, locks: 0,
base, raises: [], tags: []
.}
-
method step(self: VisualScriptCustomNode; inputs: Array; outputs: Array;
startMode: int64; workingMem: Array): Variant {.gcsafe, locks: 0, base,
raises: [], tags: []
.}
-
method scriptChanged(self: VisualScriptCustomNode) {.gcsafe, locks: 0, base,
raises: [], tags: []
.}
-