# Add Actions To Action Queue
Grammar — Add (Actions) to the action queue
Flags —SubFunctions
|Action
Adds the specified actions to the Action Queue. Unless the Action Queue has been paused, the Action Queue will immediately begin running through its actions as soon as it has some. If there are already actions running in the queue, then new actions added to the queue will wait their turn, and the current trigger will be paused until the actions it added to the queue have executed.
Returns — void
TriggerQueueEnter();
#SUBFUNCS(Actions)
TriggerQueueExit();
# Related
Category: Trigger / Action Queue
- Add Actions To Action Queue — macro
- Pause/Unpause Action Queue —
void
— TriggerQueuePause - Clear Action Queue —
void
— TriggerQueueClear - Action Queue Is Empty —
bool
— TriggerQueueIsEmpty
# Examples
— None found —