Reference
Components
Int Queue 
Description
The Int Queue component stores int values in a queue. Values are pushed in and popped out on a first in, first out basis (FIFO).
You can get the queue in Int Array form from the third output. The array contains items in the order they would be popped out – so the first 
item is at the front of the queue, the second item is next and so on.
Connectors
Inputs Type Outputs
Next number to be pushed 
onto the queue
Float The number at the 
front of the queue
Int
Trigger to push the next 
number onto the queue
Trigger Number of entries in 
the queue
Int
Trigger to pop the next 
number off the queue
Trigger The queue as an int 
array
Int Array
Trigger to clear all entries 
from the queue
Trigger
175 of 494










