Module gd_script_function_state

Search:
Group by:

Procs

proc resume(self: GDScriptFunctionState; arg: Variant = newVariant()): Variant {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc isValid(self: GDScriptFunctionState; extendedCheck: bool = false): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}

Methods

method signalCallback(self: GDScriptFunctionState; variantArgs: varargs[Variant]): Variant {.
gcsafe, locks: 0, base, raises: [CallError, ValueError], tags: []
.}