# Add Actions To Action Queue

Grammar — Add (Actions) to the action queue
FlagsSubFunctions | 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();

Category: Trigger / Action Queue

# Examples

— None found —