*CONDITION Workers¶
| Name | Description | Number of Inputs | Number of Outputs |
|---|---|---|---|
| *CONDITION_BOOL | This function allows you to check if a given variable matches a certain condition | 3 | 1 |
| *CONDITION_IFVECTOR | This function allows you to check if a given variable is a vector | 3 | 1 |
| *CONDITION_IFSCALAR | This function allows you to check if a given variable is a scalar | 3 | 1 |
| *CONDITION_IFSET | This function allows you to check if a given variable is a set | 3 | 1 |