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
CALL_MODE_SINGLETON = 4'i64
RPC_DISABLED = 0'i64
RPC_RELIABLE = 1'i64
RPC_UNRELIABLE = 2'i64
RPC_RELIABLE_TO_ID = 3'i64
RPC_UNRELIABLE_TO_ID = 4'i64

Procs

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: []
.}