Calling Functions from Commands and Expressions
- Last UpdatedJul 18, 2023
- 1 minute read
You can call a function by entering its name in any command or expression property. The syntax is as follows:
|
Command |
FunctionName ( Arg1, Arg2, ... ); |
Where:
-
FunctionName is the name of the function
-
Arg1, Arg2, ... are the arguments you pass to the function