Action¶
Inherited by |
ActionGroup, CommandAction, InputAction, SleepAction, PlasmaShortcutAction |
Description¶
Executed at a specific point of a trigger’s lifecycle.
Action type is determined by the presence of required properties.
Properties¶
Property |
Type |
Description |
Default |
|---|---|---|---|
on |
enum(begin, end, cancel, update, end_cancel) |
At which point of the trigger’s lifecycle the action should be executed. |
|
conditions |
Same as Trigger.conditions, but only for this action. |
||
interval |
float or string |
How often should an
|
|
limit |
uint |
How many times the action can be executed during a trigger.
|
|
threshold |
float (min) or range(float) (min and max) |
Same as Trigger.threshold, but only for this action.
|