Action Sequence
This component belongs to the following package:
- com.yahaha.sdk.trigger
The Action Sequence Component defines a sequence of conditions and actions. The sequence will be used as a single action within the Event Trigger Component
Property | Description |
---|---|
Name | Assign a name to the sequence for identification. |
Condition Groups | A list of condition groups. If all conditions in at least one group are met, the actions will occur. |
ConditionObject | Select the object to which the condition should be applied. |
Negate | Reverse the result of the condition (true becomes false, and false becomes true). |
Function | Choose a function that returns a boolean value to use as a condition. |
Action List | A list of actions to be executed one after another executed sequentially if at least one condition group is met, or if there are no condition groups specified. |
ActionObject | Select the object to which the action will be applied. |
Action | Pick the function that does NOT return a boolean value as action that will be executed in the sequence. |
Delay | Set the delay (in seconds) before executing the action. |
Related Components
This Component is usually used with the Event Trigger Component, which helps trigger events.