Command:Call
Jump to navigation
Jump to search
Contents
Syntax
Call | |
Usage | Intermediate |
Level of Understanding | Intermediate |
Computer Savvy | Beginner |
Logic | Intermediate |
Call <function> [parameters ...]
Description
This command is very similar to RunScript. The only difference is that instead of the name of a script to use the function "main" in, Call uses the name of a function within the current script.
Examples
- Call MoveTo ${X} ${Y}