Introduced in | |
Version: | 3.9.2 |
---|---|
Description | |
Description: | Calls a component function. |
Syntax | |
Syntax: | componentFunction [componentName, args] |
Parameters: | |
Return Value: | Anything - Based on the return value of the component function. Any data returned is contained in an Array. |
Alternative Syntax | |
Syntax: | componentFunction [componentName, args, object] (V18.1+) |
Parameters: |
|
Return Value: | Anything - Based on the return value of the component function. Any data returned is contained in an Array. |
Examples | |
Examples: | _ret = componentFunction ["xMirror", "mirror [horizontal,true]"]; |
Additional Information | |
See also: | pluginFunction, fusionFunction |
Multiplayer: | |
Problems: |
Overview
Content Tools