Module visual_script_function_call

Consts

CALL_MODE_SELF* = 0'i64
CALL_MODE_NODE_PATH* = 1'i64
CALL_MODE_INSTANCE* = 2'i64
CALL_MODE_BASIC_TYPE* = 3'i64

Procs

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
.}